This commit is contained in:
Michael Bucari-Tovo 2022-07-23 20:54:02 -06:00
parent 1e4c489983
commit 8dd59cb08a
147 changed files with 259 additions and 269 deletions

View file

@ -0,0 +1,9 @@
<ComboBox xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="LibationAvalonia.Controls.WheelComboBox">
<ComboBox.Styles>
<Style Selector="ItemsPresenter#PART_ItemsPresenter">
<Setter Property="Height" Value="NaN"/>
</Style>
</ComboBox.Styles>
</ComboBox>