Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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.
TabPage1
TabPage2
同時に 2 つのコンテナーでコントロールを持つことはできないと思います。ほとんどの場合 (特にタブ コントロールの場合) に機能する簡単な回避策は、あるコンテナーから別のコンテナーが表示されるようになったときに (たとえば、ユーザーがタブ ページを切り替えたとき)、コントロールを別のコンテナーに移動することです。