Hello,
I work with a UltraToolbarManger version 8.3.20083.2039
Herewith I have 2 problems:
a) How can I remove white space before the selection of text or turn invisible
(see marking on the right side of the file "DisableCloseExplorerBar-RemoveSpaceForIcon.jpg")?
b) How can I disable the button or turn invisible, which I turned on the toolbar invisible or closes
(see marking on the left side of the file "DisableCloseExplorerBar-RemoveSpaceForIcon.jpg")?
Thank you very much!
Jörg
You can try this.
ultraToolbarsManager1.MenuSettings.IsSideStripVisible = DefaultableBoolean.False;
No, that does not work. Do you have another idea?