[SOLVED]Request - hide text group in Ribbonbar

Answered
0
0

Hi,

for reduce the height of RibbonBar, I need to hide “div” for the the label of the ribbon group

is this possibile in same way? see image

best

Cristian Zerbinati

  • You must to post comments
Best Answer
0
0

Yes, two ways:

1. Update the RibbonBar extension from Github and recompile: https://github.com/iceteagroup/wisej-extensions

2. Exclude the child “label” widget in code like this:  this.ribbonBarGroup1.Call(“_excludeChildControl”, “label”);

Attachment
  • You must to post comments
0
0

Hi Cristian,

please find enhancement #2455 added to Wisej development build 2.2.18
(hide label in RibbonBarGroup when empty).

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.