How do I implement the backward and forward (the 2 arrows buttons)

G

Guest

Are there any built-in functions, contols or sample code avaiable to
implement this? I'm coding a form with treeview on left and listview on
right of a container control. It's like the Active Directory's computer,
user and groups console. The backward and forward button would change the
display of the Treeview and the Listview to previous or forwarded user's
selected node.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You will have to store the status of the controls, this will allow you to
go back & forth.

You may want to take a look at the Command pattern.
 
G

Guest

Thank you.
--
Thanks.


Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

You will have to store the status of the controls, this will allow you to
go back & forth.

You may want to take a look at the Command pattern.


--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top