mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-09 02:36:34 +08:00
fix: add ComboBox items.
This commit is contained in:
@@ -96,7 +96,11 @@
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</TabControl>
|
</TabControl>
|
||||||
<StackPanel Orientation="Horizontal" Spacing="20">
|
<StackPanel Orientation="Horizontal" Spacing="20">
|
||||||
<ComboBox Width="200" PlaceholderText="Please Select" />
|
<ComboBox Width="200" PlaceholderText="Please Select" >
|
||||||
|
<ComboBoxItem>Item 1</ComboBoxItem>
|
||||||
|
<ComboBoxItem>Item 2</ComboBoxItem>
|
||||||
|
<ComboBoxItem>Item 3</ComboBoxItem>
|
||||||
|
</ComboBox>
|
||||||
<DatePicker />
|
<DatePicker />
|
||||||
<TimePicker />
|
<TimePicker />
|
||||||
<CalendarDatePicker />
|
<CalendarDatePicker />
|
||||||
|
|||||||
Reference in New Issue
Block a user