Hi,
I need to create a TreeView that displays string-boolean (toggle) pairs
with no horizontal limit, so it would look like this:
Value, bool
Value, bool
Value, bool
Value, bool
Value, bool
Value, bool
Is this even possible and if it is, a simple example would be nice.
Thanks in advance.