File tree Expand file tree Collapse file tree 2 files changed +89
-104
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +89
-104
lines changed Original file line number Diff line number Diff line change 130130 <ComboBoxItem >Windows</ComboBoxItem >
131131 </ComboBox >
132132
133- <StackPanel Grid.Row=" 4" Grid.Column=" 4" Orientation =" Horizontal" >
133+ <StackPanel Grid.Row=" 4" Grid.Column=" 4" Orientation =" Horizontal"
134+ Height =" 40" >
134135 <ComboBox wpf:TextFieldAssist.Hint=" Virtualisation"
135136 HorizontalAlignment =" Left" Margin =" 16 0 0 0"
136137 ItemsSource =" {Binding LongListToTestComboVirtualization}" >
160161 </ItemsPanelTemplate >
161162 </ComboBox .ItemsPanel>
162163 </ComboBox >
164+ <ComboBox wpf:TextFieldAssist.Hint=" Virt (float hint)"
165+ HorizontalAlignment =" Left" Margin =" 16 0 0 0"
166+ IsEditable =" True"
167+ ItemsSource =" {Binding LongListToTestComboVirtualization}"
168+ Style =" {StaticResource MaterialDesignFloatingHintComboBox}" >
169+ <ComboBox .ItemsPanel>
170+ <ItemsPanelTemplate >
171+ <VirtualizingStackPanel />
172+ </ItemsPanelTemplate >
173+ </ComboBox .ItemsPanel>
174+ </ComboBox >
163175 </StackPanel >
164176
165177
You can’t perform that action at this time.
0 commit comments