Hi,
Is there a way to prevent collapsing the menu when clicking on the top of the menu?
See picture.
Hi,
Is there a way to prevent collapsing the menu when clicking on the top of the menu?
See picture.
Hi,
You can hide the top of the menu by setting Appearance.CaptionVisible to False.
To avoid that the menu is collapsed automatically for smaller browser window sizes, make sure to also disable the Appearance.States.msCollapsed and Appearance.States.msPopup properties.
Hi Bart,
Thank you for the response.
Appearance.States.msCollapsed and Appearance.States.msPopup are already disabled.
I would like to keep CaptionVisible enabled.
Is there a way to block collapsing when clicking on the caption?
Hi,
Unfortunately not. However this is a good suggestion and we'll consider adding an option to disable this behavior in a future version.