10 lines
341 B
XML
10 lines
341 B
XML
<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>
|