Hi,
I have a tabcontainer with 3 TabPanels.
Hers is my reel purpose:
I need to put a label on the right side of the last TabPanel' s header. This last TabPanel is the 3rd TabPanel in my TabContainer.
So The Label is gonna appear still part of the TabContainer, but in different style, different from the style of the headers of my TabPanels.
Since I could not think of any way for adding a Label Control on the right side of my last TabPanel's header, I worked around the problem by doing the following:
I added a 4th TabPanel, and I am gonna put my Label in the header of this added TabPanel. Then, I am put the style I want for this last TabPanel's header.
My 2 questions are:
1/ Is there a way to add a control on the right side of my last TabPanel's header without adding a 4th TabPanel?
2/ If there is no way to do that, How do I change the header's style of one specific TabPanel in my TabContainer while leaving the Headers' styles of the other TabPanels?
3/ Thanks a lot
I have a tabcontainer with 3 TabPanels.
Hers is my reel purpose:
I need to put a label on the right side of the last TabPanel' s header. This last TabPanel is the 3rd TabPanel in my TabContainer.
So The Label is gonna appear still part of the TabContainer, but in different style, different from the style of the headers of my TabPanels.
Since I could not think of any way for adding a Label Control on the right side of my last TabPanel's header, I worked around the problem by doing the following:
I added a 4th TabPanel, and I am gonna put my Label in the header of this added TabPanel. Then, I am put the style I want for this last TabPanel's header.
My 2 questions are:
1/ Is there a way to add a control on the right side of my last TabPanel's header without adding a 4th TabPanel?
2/ If there is no way to do that, How do I change the header's style of one specific TabPanel in my TabContainer while leaving the Headers' styles of the other TabPanels?
3/ Thanks a lot
Comment