Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    AdaptiveMenu and separator item

    Hello, in the AdaptiveMenu, the isSeparator menu item doesn’t seem to work as expected. I believe this is because there are always separators between menu items.
    In fact, adding a "separator" item creates a space between ToolStripButtons (but without an icon) and seems to result in a double separator in the menu, making it appear visually thicker.

    Wouldn’t it be better to allow specifying whether a separator is actually needed? This way, I would also expect the separator to be visible between the ToolStripButtons.

    #2
    Claudio, after review we agree this should be supported. To that end, the change has been committed and will be available in builds of 15 April and later.

    Note, showInlineSeparators should be set to false to suppress automatic separators as noted in the docs.

    Comment

    Working...
    X