PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Petrus Vorster on November 10, 2017, 05:07:06 PM

Title: Treeview question
Post by: Petrus Vorster on November 10, 2017, 05:07:06 PM
Hi all

I made a little phonebook for my sms tool with a treeview, nodes A-C, D-F, etc.
It works ok with adding the numbers under the alphabet roots, but it also suck at the same time.

I like the fact i can click on a Node and it displays the list of sub-entries, but i would rather have them neatly in columns.

Could one "emulate" this node appearance in perhaps a listview or could one perhaps order the Cell number, surname and initials neatly into exact columns in the treeview?
Title: Re: Treeview question
Post by: Klaas Holland on November 11, 2017, 06:17:05 AM
Hi Petrus,

I would suggest a listview.
Title: Re: Treeview question
Post by: David Kenny on November 16, 2017, 06:25:29 PM
If I understand what you want correctly, then using a fixed-width font, instead of a proportional font, might be what you are looking for.
Title: Re: Treeview question
Post by: Petrus Vorster on November 18, 2017, 04:30:27 AM
Hi David

Yes, eventually i went for SYSTEm font.
But i have decided to rather make a small listview so i can sort the contents.
Its strange that just after one solved a situation, how quickly you can think of changing it again!!

Thanks
Peter.