Jump to: navigation, search

Changes


Property Direct Edit (Client)

798 bytes added, 14:32, 6 September 2021
* Double: named as UBIKPropertyDirectItemDouble.
* Boolean: named as UBIKPropertyDirectItemBool.
* Guid: named as UBIKPropertyDirectItemGuid.* With selective list items: named as UBIKPropertyDirectItemList.
</tab>
</tabs>
 
=== ComboBoxItemTemplateSelector (UWP only) ===
 
By default, a ComboBox uses the same template for the selected item (when closed) as well as the drop down items (when opened), which is not always wanted. This template selector allows you to use different templates for these two types of items.
 
Namespace <code>xmlns:tpl="using:UBIK.WinX.Templates"</code>
<source lang = "xml">
<tpl:ComboBoxItemTemplateSelector x:Key="ComboBoxItemTemplateSelector" DropDownItemTemplate="{StaticResource XXX}" ComboBoxSectionItemTemplate="{StaticResource XXX}" />
</source>
* DropDownItemTemplate: for the dop down items (when opened)
* ComboBoxSectionItemTemplate: for the selected item (when closed)
=== Behaviors and controls ===