The main difference is how they work. The list menus are for widgets that have special design, like the main menu's patches and it allows positioning of each widget. Such a menu cannot scroll due to the explicit positioningNash wrote:Graf - what are the key differences between ListMenu and OptionMenu and more importantly, which should I pick for a particular situation, if I want to make a completely new menu?
The option menus are pure text and the menu controls the entire layout. You only can use one font per menu and if the menu gets to large it automativally scrolls.
Obviously both need quite different widgets.