We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bb6d0 commit d7144cbCopy full SHA for d7144cb
1 file changed
src/Wpf.Ui/Controls/DynamicScrollBar/DynamicScrollBar.xaml
@@ -106,7 +106,7 @@
106
</Style>
107
108
<ControlTemplate x:Key="DynamicVerticalScrollBar" TargetType="{x:Type controls:DynamicScrollBar}">
109
- <Grid>
+ <Grid HorizontalAlignment="Center">
110
<Grid.RowDefinitions>
111
<RowDefinition MaxHeight="14" />
112
<RowDefinition Height="0.00001*" />
@@ -250,7 +250,7 @@
250
</ControlTemplate>
251
252
<ControlTemplate x:Key="DynamicHorizontalScrollBar" TargetType="{x:Type controls:DynamicScrollBar}">
253
+ <Grid VerticalAlignment="Center">
254
<Grid.ColumnDefinitions>
255
<ColumnDefinition MaxWidth="18" />
256
<ColumnDefinition Width="0.00001*" />
0 commit comments