- Name
-
Listview.Quiet -- disable listview refresh
- Function
-
Adding or removing many entries at once is usually quite expensive because
the widget is refreshed after every add and remove operation. Setting Listview.Quiet
to
True
will temporarily turn off listview refresh until you set the
attribute to False
again. This can speed up insertion and remove operations
significantly in case lots of entries are affected.
- Type
-
Boolean
- Applicability
-
S
Show TOC