lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

ScrollableMenu - Continously display the menu after executing a command #18

Closed lastunicorn closed 6 years ago

lastunicorn commented 6 years ago

The control should have to modes of display:

1) DisplayOnce The menu is displayed, the user selects an item, the associated command is executed and the menu automatically closes.

2) DisplayContinous After the user selects an item and the associated command is executed, the menu is redisplayed.

Update Wiki documentation.

lastunicorn commented 6 years ago

Instead of changing the control to repeatedly display itself, I modified it to be used by the ControlRepeater.