Hi allI 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.2Thanks for any help !Best regardsFrank UrayHere 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
Hi Frank,
Please let me know if you need my further assistance on this matter.
Thank you for using Infragistics Components.
Hi MilkoSorry for the late reply but I am still working on the test project to reproduce this behavior.I guess it must be some setting because right now, the test project works fine, but my project don't.I will keep you up to date.Thanks and best regardsFrank