Skip to content

Commit

Permalink
Update comparison-of-avalonia-with-wpf-and-uwp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manfromarce authored Nov 10, 2024
1 parent 60d016f commit 8f6b322
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ This section describes the differences in controls in vanilla WPF and UWP (with
| ScrollBar | ScrollBar | ScrollBar | |
| ScrollContentPresenter | ScrollContentPresenter | ScrollContentPresenter | |
| ScrollViewer | ScrollViewer | ScrollViewer | |
| SelectableTextBlock ||| UWP TextBlock has a TextSelectionEnabled property |
| SelectableTextBlock ||| UWP TextBlock has a IsTextSelectionEnabled property |
||| SemanticZoom | |
| Separator | Separator | MenuFlyoutSeparator | |
| Slider | Slider | Slider | |
Expand Down Expand Up @@ -200,4 +200,4 @@ This section describes the differences in controls in vanilla WPF and UWP (with
* For advanced rendering, UWP has fewer features built in. This requires falling back to Win2D or composition more often.
* There are several namespaces differences in UWP and WPF. For example, WPF has System.Windows.Media.Colors while UWP moves this to Windows.UI.Colors.

<XpfAd/>
<XpfAd/>

0 comments on commit 8f6b322

Please sign in to comment.