Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Basic Simple Tree

This example demonstrates the fundamental tree creation and rendering capabilities of the TreeView library. It shows how to create a basic hierarchical tree structure with a root node, child nodes, and grandchild nodes, then render the tree in two different states: fully expanded, and partially expanded with focus highlighting moved.

Running the Example

go run main.go

Demo

The Demo