I am having trouble figuring out how to adjust the width of my tabs. I am showing a graphic on the left side and a Close button on the right. However, there seems to be a lot of wasted space between the end of the text and the Close button (see screen cap below). How can I reduce the amount of blank space?
Hi rehemann,
In this scenario, I believe that it should be possible to determine the length of the text used as the tab’s caption and then setting the width of the tab to this value, after compensating for the fixed width of the image and close-control button.
I will take a closer look into this issue and I will post my findings/developed approach on this thread; if you have any further questions in the meantime, please let me know.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Thanks for the reply, Chris. What would be the best event to use for this calculation? TabDisplayed maybe?