Skip to content

Issue when ItemsSource changing #2

Description

@bignafnaf

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();
}
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions