3.2.0

Tab inside a tab

Hi

I have a row of tabs (MainTab) and when you select a tab in ManTab, you see another set of tabs (Tab1, Tab2, Tab3...) and their content.

The problem is when I select the MainTabs, more than one tab appears to be selected. The content of the container changes as expected but the highlight is on for more than one tab in MianTab.

The child tabs work fine.

Somehow when the container is updated, the child tab become selected properly, but not the parent tabs.

Any advice?


Mireille
February 24,
Try adding a delay/timeout if you are selecting the tabs from inside another tab object onSelectedItemChanged event - the selection processing code uses a shared array and breaks if nested.
Alex (ActiveWidgets)
March 2,

This topic is archived.

See also:


Back to support forum