by Carl Ranson >> Fri, 11 Aug 2000 3:12:12 GMT
This is an idea I've posted before...but I've been thinking about it again and wanted to have another go
What if we had a treeview along the left side of the painter that listed the controls in the current form. This would allow you to easily establish the context of the selected control (ie who its parent controls are). It would also allow easy selection of multiple controls that happen to have different parents (say you want to align contols on different sheets of a folder, for instance).
Any/all Selected controls would be shown bold, and selection could also be made in the tree.
eg
MyForm
Frame1
Sheet1
ListBox
Button
Sheet2
Frame2
Sheet3
To me this seems to provide some valuable context info that isn't immediatly available currently.
Anyone else like this idea? Hate it? why?
regards,
CR