cytoflowgui.editors.vertical_list_editor

A vertical editor for lists, derived from traitsui.editors.list_editor.ListEditor, with the same API.

Note

The difference between this class and the underlying ListEditor is that this class doesn’t use a scroll area. Instead, as items are added, it expands. To enable this behavior, make sure you ask for the ‘simple’ editor style, NOT ‘custom’!

class cytoflowgui.editors.vertical_list_editor.VerticalListEditor(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.