Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Treeview
Fri, Apr 29 2016 8:21 AMPermanent Link

Matthew Jones

Anyone done a nice Treeview control?

Anyone done a nasty one? 8-)

Any suggestions on the best way to make one?

--

Matthew Jones
Fri, Apr 29 2016 9:54 AMPermanent Link

Matthew Jones

Matthew Jones wrote:

> Any suggestions on the best way to make one?

Hmm, the TButtonComboBox works quite well for a display, just using a
tab character at the start. Well enough for my purpose at the moment
anyway. Would be interested to know how others have done it still, as I
will have to edit the tree at some point.

--

Matthew Jones
Sun, May 1 2016 12:23 PMPermanent Link

Trinione

<< Hmm, the TButtonComboBox works quite well for a display, just using a
tab character at the start. >>

I am confused. Can you share a small demo project of how you are using the TButtonComboBox in a Treeview like way.

Thx.
Sun, May 1 2016 1:53 PMPermanent Link

Matthew Jones

<Trinione> wrote:
> << Hmm, the TButtonComboBox works quite well for a display, just using a
> tab character at the start. >>
>
> I am confused. Can you share a small demo project of how you are using
> the TButtonComboBox in a Treeview like way.
>

Pop one on the form. Edit the items. Enter one as normal. Second line, do
Ctrl-I first to insert a tab then type something. Do the same for lines
there and four. Then add line 5 without a tab. Run.


--
Matthew Jones
Sun, May 1 2016 7:00 PMPermanent Link

Trinione

<< Pop one on the form. Edit the items. Enter one as normal. Second line, do
Ctrl-I first to insert a tab then type something. Do the same for lines
there and four. Then add line 5 without a tab. Run. >>

Ahhhhhhhh.... well played!
Image