feat: add disable demo, add placeholder demo.
This commit is contained in:
parent
429048861c
commit
92442a132a
@ -13,5 +13,15 @@
|
|||||||
<TextBlock>BBB</TextBlock>
|
<TextBlock>BBB</TextBlock>
|
||||||
<TextBlock>CCC</TextBlock>
|
<TextBlock>CCC</TextBlock>
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
|
<ComboBox Width="150" PlaceholderText="Please Select">
|
||||||
|
<TextBlock>AAA</TextBlock>
|
||||||
|
<TextBlock>BBB</TextBlock>
|
||||||
|
<TextBlock>CCC</TextBlock>
|
||||||
|
</ComboBox>
|
||||||
|
<ComboBox Width="150" IsEnabled="False">
|
||||||
|
<TextBlock>AAA</TextBlock>
|
||||||
|
<TextBlock>BBB</TextBlock>
|
||||||
|
<TextBlock>CCC</TextBlock>
|
||||||
|
</ComboBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user