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
Hi Evgeny, thanks for control, but in my solution I need to modify it in case when items source is changing (it add new items to view stack). So I added this lines to PopulateItems():
...
if (this.Children.Count > 1)
{
this.Children.Clear();
}
...
The text was updated successfully, but these errors were encountered:
Hi Evgeny, thanks for control, but in my solution I need to modify it in case when items source is changing (it add new items to view stack). So I added this lines to PopulateItems():
...
if (this.Children.Count > 1)
{
this.Children.Clear();
}
...
The text was updated successfully, but these errors were encountered: