Skip to content

Commit

Permalink
Bump to latest (#71)
Browse files Browse the repository at this point in the history
- Window lifecycle (dotnet#1754)
- Move New Navigation Handler to Core and make it internal (dotnet#1800)
- Scrollview handler (dotnet#1669)
- ScrollView Resize + Window Handler Resize (dotnet#1676)
- Font AutoScalingEnabled (dotnet#1774)
- Rename Font Properties (dotnet#1755)
- Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819)
- IContainer as IList<IView> (dotnet#1724)
- Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749)
- Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777)
- Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829)
- Improve Window and AnimationManager (dotnet#1653)
- And so on
  • Loading branch information
rookiejava authored and myroot committed Aug 24, 2022
1 parent ebe87d5 commit 5a3c46f
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 264 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ public static void MapBorder(BordelessEntryHandler handler, BordelessEntry borde
#else
public static void MapBorder(BordelessEntryHandler handler, BordelessEntry borderlessEntry)
{
}
#elif TIZEN
public static void MapBorder(BordelessEntryHandler handler, BordelessEntry borderlessEntry)
{

}
#endif
}
Expand Down

This file was deleted.

Loading

0 comments on commit 5a3c46f

Please sign in to comment.