I think I may want to try TreeListCtrl to display info from a
database, but I'm not sure about the columns. Since the child items
will have different columns, do I change the columns at the top of the
control when a child is selected? Or is there some way to insert a
row of column headers directly above the child data?
I've seen people do something like that in the past. Basically they just insert an extra row that displays the column headers, and then set the background color of that row to make it clear that it is not data, but just labels.
···
On 8/27/10 12:46 PM, barronmo wrote:
I think I may want to try TreeListCtrl to display info from a
database, but I'm not sure about the columns. Since the child items
will have different columns, do I change the columns at the top of the
control when a child is selected? Or is there some way to insert a
row of column headers directly above the child data?