Skip to content

Issue when ItemsSource changing #2

@bignafnaf

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

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