You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add virtual keyword to the Organise method so the class can be extended with custom sorting of the items.
Provide mechanism to force reorganisation when items needs to be sorted. @ButchersBoy suggested calling InvalidateMeasure which I guess would work but it would be nice to have a solution that works with MVVM as well.
Override Organise and sort the items and pass to the base. Then you could InvalidateMeasure on the control itself....maybe i could add a routed event or something to "invalidate" the current sort which might make it easier in the future.
The text was updated successfully, but these errors were encountered:
Add virtual keyword to the
Organise
method so the class can be extended with custom sorting of the items.Provide mechanism to force reorganisation when items needs to be sorted. @ButchersBoy suggested calling
InvalidateMeasure
which I guess would work but it would be nice to have a solution that works with MVVM as well.@ButchersBoy:
The text was updated successfully, but these errors were encountered: