Hi,
I am trying to disable some of the tabs from LTabsControl. I
have implemented
MPV , with Say Five different tabs in which if suppose i want to show
only first three
or last two ( according to user request with selection of checkbox )
then how should i remove/disappear the existing tabs from LTabsControl
and show only
the ( checked ) first three tabs in LTabsControl.
Again if i want to load existing tabs and want to show in
LTabsControl then which method should i use ? I tried with
SwithToPanel(); method but it only switch to related view but the tab
remains there only.
I am trying to hide some of the tabs and again load existing
tab on the fly. Anyone have any advice on this !!! or Sample code
which shows how to hide the tabs and load existing tabs from ppbo.
Thanks in advance.