feat: option description.
This commit is contained in:
@@ -38,8 +38,9 @@
|
|||||||
<u:FormItem.Label>
|
<u:FormItem.Label>
|
||||||
<CheckBox Content="IsFillHorizontal" IsChecked="{Binding IsFillHorizontal}" />
|
<CheckBox Content="IsFillHorizontal" IsChecked="{Binding IsFillHorizontal}" />
|
||||||
</u:FormItem.Label>
|
</u:FormItem.Label>
|
||||||
|
</u:FormItem>
|
||||||
|
<u:FormItem Label="ItemWidth">
|
||||||
<u:NumericDoubleUpDown
|
<u:NumericDoubleUpDown
|
||||||
InnerLeftContent="ItemWidth"
|
|
||||||
Step="1"
|
Step="1"
|
||||||
AllowDrag="True"
|
AllowDrag="True"
|
||||||
Maximum="1000"
|
Maximum="1000"
|
||||||
@@ -50,8 +51,9 @@
|
|||||||
<u:FormItem.Label>
|
<u:FormItem.Label>
|
||||||
<CheckBox Content="IsFillVertical" IsChecked="{Binding IsFillVertical}" />
|
<CheckBox Content="IsFillVertical" IsChecked="{Binding IsFillVertical}" />
|
||||||
</u:FormItem.Label>
|
</u:FormItem.Label>
|
||||||
|
</u:FormItem>
|
||||||
|
<u:FormItem Label="ItemHeight">
|
||||||
<u:NumericDoubleUpDown
|
<u:NumericDoubleUpDown
|
||||||
InnerLeftContent="ItemHeight"
|
|
||||||
AllowDrag="True"
|
AllowDrag="True"
|
||||||
Step="1"
|
Step="1"
|
||||||
Maximum="1000"
|
Maximum="1000"
|
||||||
@@ -64,6 +66,8 @@
|
|||||||
<u:FormItem.Label>
|
<u:FormItem.Label>
|
||||||
<CheckBox Content="AutoWidth" IsChecked="{Binding AutoWidth}" />
|
<CheckBox Content="AutoWidth" IsChecked="{Binding AutoWidth}" />
|
||||||
</u:FormItem.Label>
|
</u:FormItem.Label>
|
||||||
|
</u:FormItem>
|
||||||
|
<u:FormItem Label="ItemSelfWidth">
|
||||||
<u:NumericDoubleUpDown
|
<u:NumericDoubleUpDown
|
||||||
AllowDrag="True"
|
AllowDrag="True"
|
||||||
Maximum="1000"
|
Maximum="1000"
|
||||||
@@ -75,6 +79,8 @@
|
|||||||
<u:FormItem.Label>
|
<u:FormItem.Label>
|
||||||
<CheckBox Content="AutoHeight" IsChecked="{Binding AutoHeight}" />
|
<CheckBox Content="AutoHeight" IsChecked="{Binding AutoHeight}" />
|
||||||
</u:FormItem.Label>
|
</u:FormItem.Label>
|
||||||
|
</u:FormItem>
|
||||||
|
<u:FormItem Label="ItemSelfHeight">
|
||||||
<u:NumericDoubleUpDown
|
<u:NumericDoubleUpDown
|
||||||
AllowDrag="True"
|
AllowDrag="True"
|
||||||
Maximum="1000"
|
Maximum="1000"
|
||||||
|
|||||||
Reference in New Issue
Block a user