Jump to: navigation, search

Changes


XAML Tips

235 bytes removed, 10:22, 12 October 2020
* AutoCommit (optional, defaults to false): When set to true, the change(s) will be saved to the local cache and the database, and then committed to the server.
[[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
=== Disable FilloutCriteria ===
</source>
[[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
=== Remember scroll positions of list views ===
</source>
[[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
=== MultiBinding {{Version/WinXSince|3.6}} ===
</source>
[[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
==== Invoke on filtered results ====
</source>
[[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]]
==== Support for old styled commands ====
{{Hint|It is advised to provide typed values like <nowiki><x:Double>50</x:Double></nowiki>. But for simple types, you can try writing them in the text format like <nowiki><example:KeyValueParameter Key="PropertyValue" Value="50" /></nowiki> and {{UBIK}} will try to find the right type.}}
 === DisplayViewCommand ===This command can be used to [[Category:Custom_View_(Client)|XAML Tipsdisplay cutom views]].[[Category:WinX|XAML Tips]]
== Performance related ==