Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
WinDockManger. Text being squished on one of the Tabs
posted

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

Parents
No Data
Reply
  • 20872
    Verified Answer
    Offline posted

    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.

Children