gonutz / wui

Windows GUI library for Go (Golang). Comes with a graphical UI designer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treetable

ddkwork opened this issue · comments

Can you make a treetable widget like this?

https://githubfast.com/richardwilkes/unison/blob/main/table_model.go#L34-L44

has some features as:
Sort coluwn
Set row color
N tree as set parent etc

"github.com/richardwilkes/unison" and
github.com/richardwilkes/gcs

image

image

Quick reply without looking further into it: the lib as is does not offer a tree widget. I doubt that the Windows API provides anything like this out of the box.

You can however use a PaintBox and draw everything yourself ;-)

On a more serious note, I am not working much on this library at the moment and will probably not do so for the foreseeable future.