I will like to only show icons on tabs without emptying the text. I want text to appear in the caption, but not on the tab. I am setting the TabLocation to Location.Left and the text is taking a lot of space and this is the reason I want to only show icons.
Also, the tabs start at the bottom. I will like them to start from the top and go down. I noticed that if I dock to the right and set the tab location to the right the tabs start at the top and go down. I want that behavior on the left side.
Hello ,Jose
Thank you for posting. For your first requirement, you can use ‘CompressUnpinnedTabs’ property, this will hide the text and show just the icon for the non-selected unpinned tabs.
About your second requirement currently, we do not have any property/event to behave the same on the left side . This is how control is been implemented.
This would be a new feature idea for us which you can suggest for future versions at <ideas.infragistics.com>.
Although you could most likely achieve this using a creation filter to move the TabGroupUIElements or TabItemUIElements around.
Thank you in advance to submitting your product idea
Regards,Divya Jain
Divya thank you for your reply. CompressUnpinnedTabs is what I am using right now, however, I also want the selected tab to not have text. Since Infragistics does not currently support what I need, I will like to modify the source code where Infragistics implements the CompressUnpinnedTabs behavior to also not show the text for the selected tab. Is TabItemUIElement.PositionChildElements the correct place to do this?