File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
<Style TargetType =" {x:Type GroupBox}" BasedOn =" {StaticResource MaterialDesignGroupBox}" />
59
59
<Style TargetType =" {x:Type Label}" BasedOn =" {StaticResource MaterialDesignLabel}" />
60
60
<Style TargetType =" {x:Type ListBox}" BasedOn =" {StaticResource MaterialDesignListBox}" />
61
+ <Style TargetType =" {x:Type ListBoxItem}" BasedOn =" {StaticResource MaterialDesignListBoxItem}" />
61
62
<Style TargetType =" {x:Type PasswordBox}" BasedOn =" {StaticResource MaterialDesignPasswordBox}" />
62
63
<Style TargetType =" {x:Type ProgressBar}" BasedOn =" {StaticResource MaterialDesignLinearProgressBar}" />
63
64
<Style TargetType =" {x:Type RadioButton}" BasedOn =" {StaticResource MaterialDesignRadioButton}" />
Original file line number Diff line number Diff line change 320
320
<Setter Property =" ScrollViewer.CanContentScroll" Value =" true" />
321
321
<Setter Property =" ScrollViewer.PanningMode" Value =" Both" />
322
322
<Setter Property =" Stylus.IsFlicksEnabled" Value =" False" />
323
- <Setter Property =" VerticalContentAlignment" Value =" Center" />
324
- <Setter Property =" ItemContainerStyle" Value =" {StaticResource MaterialDesignListBoxItem}" />
323
+ <Setter Property =" VerticalContentAlignment" Value =" Center" />
325
324
<Setter Property =" Template" >
326
325
<Setter .Value>
327
326
<ControlTemplate TargetType =" {x:Type ListBox}" >
You can’t perform that action at this time.
0 commit comments