Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TabContainer Refresh ignores TabItem.Content change #456

Closed
andydotxyz opened this issue Sep 19, 2019 · 2 comments
Closed

TabContainer Refresh ignores TabItem.Content change #456

andydotxyz opened this issue Sep 19, 2019 · 2 comments
Milestone

Comments

@andydotxyz
Copy link
Member

The data is handled correctly but on refresh the content is not checked to match the item content of the selected item

@andydotxyz andydotxyz added this to the Release 1.1.2 milestone Sep 19, 2019
@ghost
Copy link

ghost commented Oct 24, 2022

This persists in 2022 with v2.2.3. It came up for some reason as I was modifying my code. I overcame this issue by calling the apptab's. I overcame using a software tab click.
watcher.tabItem.Content = canvasObject
if watcher.tabbar.CurrentTab() == watcher.tabItem {
watcher.tabbar.Select(watcher.tabItem)
}

@andydotxyz
Copy link
Member Author

After setting the Content field did you remember to call tabbar.Refresh()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant