0

I want to start creating an application that has a menu on the left(some items in a tree) and I want to open different pages on the right on the form when I click these items. Could anybody guide me in doing this correctly pls? I dont want to have tons of data in memory and just display these pages one in top of another.

Thanks

4

1 に答える 1

1

1 つのアプローチは、ツリービューを左側にドッキングし、パネルをドッキングして埋めることです。次に、ツリーのSelectedNodeChangedイベントで、フォームをパネルにロードできます。ノードを変更するたびに、必ず古いフォームを消去してください。

ページとはウェブページのことですか?その場合は、 WebBrowserコントロールを見てください。

于 2009-02-16T09:39:05.097 に答える