This question is locked. New answers and comments are not allowed.
I have an account page that gives details about an account. I want to allow the user to switch to a different account. The accounts can be nested.
So, I was thinking of adding a treeview to a panelbar, is this the best approach? Is there a better approach.
Only requirements is it does need to appear in tree form (expanded), and needs to stick open when the "Accounts" button is clicked.
So, I was thinking of adding a treeview to a panelbar, is this the best approach? Is there a better approach.
Only requirements is it does need to appear in tree form (expanded), and needs to stick open when the "Accounts" button is clicked.