Treeview and Itemheight
Hi
Does anyone know how to set the itemheight for each item within a treeview,
in the same manner as you can do for a ListBox?
Thanks for any help
Steve
.
Relevant Pages
- Re: Using Drag and Drop between controls
... I hadn't thought of DnD within the treeview. ... a listbox holding details of a teacher's 'classes'. ... which list entry is under the mouse / drag icon? ... (microsoft.public.vb.controls) - Re: ttk::treeview tags
... FYI - There may be a bit of a performance problem with the ttk::treeview ... when using it as a listbox and inserting at the end with a high volume ... inserts into the Ttk treeview took almost 1 minute with "end". ... Quadratic runtime vs. linear runtime often makes ... (comp.lang.tcl) - RE: Need a ListBox of controls
... I suggest that you draw the ListBox by yourself to get what you want. ... protected override void OnMeasureItem ... e.ItemHeight = itemHeight; ... Microsoft Online Community Support ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Treeviews
... (re Listview) is in the realm where you have put your ... Editor and GUI classes. ... route I went - record editing on the left and a Listbox on the right. ... Then I see one of my smart buddies in Answer Exchange using a Treeview ... (comp.lang.cobol) - Re: ttk::treeview tags
... Joe English wrote: ... a couple other treeview improvements as well, ... FYI - There may be a bit of a performance problem with the ttk::treeview when using it as a listbox and inserting at the end with a high volume of rows. ... set d [clock milliseconds] ... (comp.lang.tcl) |
|