I have a values manager, including a TabSet. I want some tabs in it to be only shown for certain conditions of the values manager's values.
I've tried to add the undocumented showIf() method in the tab and this hides the tab, but doesn't remove the space it takes and this is what I would like to have. Also, I don't think I should use this undocumented feature.
I've tried something else with a redraw() method on the layout rendering the values manager but this doesn't quite work in all situations.
So I guess you guys have a much better idea that what I could come up with. Any help is appreciated.
BTW, using SmartClient 12.1 2022-01-12 (for some other reasons I can't update right now).
I've tried to add the undocumented showIf() method in the tab and this hides the tab, but doesn't remove the space it takes and this is what I would like to have. Also, I don't think I should use this undocumented feature.
I've tried something else with a redraw() method on the layout rendering the values manager but this doesn't quite work in all situations.
So I guess you guys have a much better idea that what I could come up with. Any help is appreciated.
BTW, using SmartClient 12.1 2022-01-12 (for some other reasons I can't update right now).
Comment