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
I can't seem to find a command or event that allows me to detect when a tab is being shown or not. There are some events that seemed to be what I wanted but they never got triggered. (Focused and Unfocused).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can't seem to find a command or event that allows me to detect when a tab is being shown or not. There are some events that seemed to be what I wanted but they never got triggered. (Focused and Unfocused).
EG:
I'm having to hack it by monitoring the IsSelected property of the MaterialUnderlinedTabItem. There must be a better way.
I have some code which I only want to run whilst the tab is visible as it is quite expensive.
Beta Was this translation helpful? Give feedback.
All reactions