It would be important for my applications to scroll a List widget programmatically, at least to force that a specific item index is the first displayed on top.
The same controlled scrolling need is for the (multiline) Edit widget.
In addition, I need a way to set the Edit widget selection programmatically.
With lower priority but useful anyway, I would like (for List widget);
- an option to highlight an entire list row, not just the string item
- properties for fg and bg colors
BUG: for the Edit widget only the bgcolor property seems working, the color property does not have any effect