2

How can I add a control into two different containers at the same time?

For example: I have TabPage1, TabPage2 and a textbox control. I want the textbox be added into both TabPage1 and TabPage2 at the same time.

4

1 に答える 1

3

同時に 2 つのコンテナーでコントロールを持つことはできないと思います。ほとんどの場合 (特にタブ コントロールの場合) に機能する簡単な回避策は、あるコンテナーから別のコンテナーが表示されるようになったときに (たとえば、ユーザーがタブ ページを切り替えたとき)、コントロールを別のコンテナーに移動することです。

于 2012-05-17T07:23:09.187 に答える