Hi,
We are using the WinDockManger for our tabs and one of the tabs (Filters) has the text squished as show in the image that is attached.
This is not consisten across OS. The text on the tab Shows up as squished on WinXP and not on Win2K3.
Wanted to check if there is a solution I can implement to overcome.
Thanks in advance
Thanks Danko.
Your suggestion did help.
I did have the CompressUnpinnedTabs set to false before.
Changing the ImageSizeTab made the difference. Setting the Height to 25 helps. Doesnt help if we set to any value lower than than (24 or lower).
The side effect of this is, the thickness of the Tabbed panel increases considerably.
Thank You for your help once again.
-Aditya
Hello, I am currently using Windows XP and and my tabs looks fine. So you could set some properties that probably will fix this behavior. You could set: ultraDockManager1.CompressUnpinnedTabs = false;If this is not help than please try the following properties that will resize your tabs:ultraDockManager1.ImageSizeTab = new Size(20,25);
ultraDockManager1.ScaleImages = ScaleImage.Always;Please let me know if you still experiencing this issue.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.