The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: egons on May 20, 2011, 12:08:31 PM

Title: treeview with listview columns style
Post by: egons on May 20, 2011, 12:08:31 PM
does anyone knows how to create treeview with listview columns?
i've meet w/purebasic visual component, but solid code sucks.
thanks.
Title: Re: treeview with listview columns style
Post by: vanjast on May 23, 2011, 09:39:43 AM
There's a parameter setting in the treeview structure somewhere!!
Title: Re: treeview with listview columns style
Post by: egons on May 29, 2011, 05:42:57 PM
Quote from: vanjast on May 23, 2011, 09:39:43 AM
There's a parameter setting in the treeview structure somewhere!!
not sure. i've found some examples based on C, idea is in the keeping data and ownerdraw-control.
now i'm looking forward in listview and LVS_REPORT/LV_GROUP styles etc.