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
TabControl tabControl = new();
tabControl.Items.Add(new TabItem("Tab Item"));
tabControl.Items.Clear();
// tabControl.Items.RemoveAt(0); exhibits the same behavior
The setter on ListButton.IsPressed will throw when accessing Parent on line 20, which will be null at this point.
I believe the TabItem's Selector will have a Grid InternalChild, whose WidgetsOnCollectionChanged method will unset the Parent property.
The text was updated successfully, but these errors were encountered:
To reproduce:
The setter on ListButton.IsPressed will throw when accessing Parent on line 20, which will be null at this point.
I believe the TabItem's Selector will have a Grid InternalChild, whose WidgetsOnCollectionChanged method will unset the Parent property.
The text was updated successfully, but these errors were encountered: