You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
end2endzone
changed the title
Implement a new type of separator for creating a menu with multiple column.
Implement a new type of separator for creating a menu with multiple columns.
Jul 27, 2020
Here is a code example that show how to create a second column in a popup menu: demo_popup_menu.zip. It seems that the new column flag must be added to a valid (clickable) element as opposed to a normal separator.
Windows support multiple type of separator, one of them is a column separator which forces a menu item to be displayed on a new column.
The flags
MENUBARBREAK
orMENUBREAK
can be used to create column menu.See https://docs.microsoft.com/en-us/windows/win32/menurc/menuitem-statement for details.
The suggested implementation in a configuration file may look something like this:
By default, the value of the
type
attribute should behorizontal
, therefore, the following would created a legacy separator:The text was updated successfully, but these errors were encountered: