-
Notifications
You must be signed in to change notification settings - Fork 113
IncrementalUpdateBehavior
Jon W Chu edited this page Nov 16, 2015
·
4 revisions
IncrementalUpdateBehavior attaches to the DataTemplate inside ListViewBase controls (i.e. ListView and GridView). It enables deferred rendering for specified elements in the ItemTemplate used by the view.
By specifying the Phase
property in mrakup, the rendering order of elements can be controlled.
- Introduction
- Using Behaviors NuGet
- Contribution
- API Reference
- Behaviors Reference
- Changelog