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
5250
ExplorerBar does not show all text
posted

Hi all

I have a strange problem with UltraWinExplorerBar:
On my normal computer (1920x1080 Resolution) the ExplorerBar shows all text.
On my Notebook (Surface Pro-3 with 2160x1440 Resolution) the ExplorerBar does not show all text.

I already tried to change the Surcae Resolution to 1920x1080 but it does not make any difference.
On the attached PrintScreen you see what I mean (top is Surface PrintScreen, bottom is PC PrintScreen).
It does not matter how wide I make the the ExplorerBar, on my notebook it does not show all the Text :-(

Does anybody know why this happens and how I can change it ?
I am using Infragistics4.Win.UltraWinExplorerBar.v13.2

Thanks for any help !

Best regards
Frank Uray

Here are some settings I do on the ExplorerBar:
this.ultraExplorerBar_Main.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
this.ultraStatusBar_Main.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
this.ultraExplorerBar_Main.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
this.ultraExplorerBar_Main.GroupSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
this.ultraExplorerBar_Main.ItemSettings.Indent = 0;
And I am also setting just some BackColors, ForeColors, BorderColors and Fonts