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
Fix TabControl not firing TabChanged for first tab
_activeTabIndex initialized to 0 instead of -1, so setting
ActiveTabIndex = 0 after adding the first tab was a no-op.
Changed initial value to -1 and added bounds guards.
0 commit comments