Open AndreasZoike opened 11 years ago
The JRibbonApplicationMenuPopupPanelSecondary is Scrollable (inherited from JCommandButtonPanel) but is not added to a JScrollPane, thus the Secondary AppMenus can never be scrolled.
The only work-around is to use setRolloverCallback and add scroll pane to the targetPanel
The JRibbonApplicationMenuPopupPanelSecondary is Scrollable (inherited from JCommandButtonPanel) but is not added to a JScrollPane, thus the Secondary AppMenus can never be scrolled.