Skip to content

Commit 7471a78

Browse files
Daviddr1rrb
authored andcommitted
feat: Update ScrollViewer's templates for macOS
1 parent d59a342 commit 7471a78

File tree

2 files changed

+7623
-7619
lines changed

2 files changed

+7623
-7619
lines changed

src/Uno.UI/UI/Xaml/Controls/ScrollViewer/ScrollViewer.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@
275275
Value="{TemplateBinding VerticalOffset}"
276276
ViewportSize="{TemplateBinding ViewportHeight}"
277277
HorizontalAlignment="Right"
278-
skia:Width="16"/>
278+
skia:Width="16"
279+
macos:Width="16"/>
279280

280281
<ScrollBar
281282
x:Name="HorizontalScrollBar"
@@ -287,7 +288,8 @@
287288
Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}"
288289
Value="{TemplateBinding HorizontalOffset}"
289290
ViewportSize="{TemplateBinding ViewportWidth}"
290-
skia:Height="16"/>
291+
skia:Height="16"
292+
macos:Height="16"/>
291293

292294
<Border
293295
x:Name="ScrollBarSeparator"

0 commit comments

Comments
 (0)