L
ljh
Just learning......so please be gentle....
This is the idea (wrong as it may be).......
I'd like to code an app that has a treeview for a navigation element that
opens panels (to it's right) based on which element in the treeview is
selected. (Think Outlook - but single panes to the right instead of the
usual double pane.)
Thing is.....I want to be able to easily upgrade my "panels" when the user
requests changes and I want to be able to encapsulate "panel" specific code
into easily changed "panel" objects.
User controls are not really desired (personal quirk of mine - I think user
controls should be as easy to code VISUALLY as panels RIGHT ON THE FORMS -
they aren't and it bugs the hell out of me).
What would be the best way to have panel-like objects (froms would even be
nice) that I could place next to my treeview navigation control AND easily
change the panel-like objects by updating a file or two?
Thanks for your help!
This is the idea (wrong as it may be).......
I'd like to code an app that has a treeview for a navigation element that
opens panels (to it's right) based on which element in the treeview is
selected. (Think Outlook - but single panes to the right instead of the
usual double pane.)
Thing is.....I want to be able to easily upgrade my "panels" when the user
requests changes and I want to be able to encapsulate "panel" specific code
into easily changed "panel" objects.
User controls are not really desired (personal quirk of mine - I think user
controls should be as easy to code VISUALLY as panels RIGHT ON THE FORMS -
they aren't and it bugs the hell out of me).
What would be the best way to have panel-like objects (froms would even be
nice) that I could place next to my treeview navigation control AND easily
change the panel-like objects by updating a file or two?
Thanks for your help!