MenuBar() for TreeGadgets?
MenuBar() for TreeGadgets?
Is there an easy API way (callback?) to draw a line between some items in a TreeGadget(), like MenuBar() does for menus? I don't really want to use any of the big custom treegadget modules in these forums to replace my single official TreeGadget() to do it. But if there's no way, I'll make do without.
Re: MenuBar() for TreeGadgets?
Not supported by WC_TREEVIEW.
See msdn.
See msdn.
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
Re: MenuBar() for TreeGadgets?
Probably not what you are looking for but maybe with the Alt(196) Char
AddGadgetItem(#TreeGadget0, -1, "───────────────────────")
AddGadgetItem(#TreeGadget0, -1, "───────────────────────")

