Panel Controls
I have a Windows Form that displays a menu panel on the left, and a main content panel on the right. When the user selects a menu option to change the content in the main panel, the main panel is set equal to the chosen content panel and refresh. The panel changes to the new panel (verified by backColor), but why don't the controls on the new panel show up? I created the content panels using the designer.
Diptimaya PatraPosted Feb 15, 2010, 6:42 AM
I got the same issue, but I found where the problem is. If you are using more than one panel in Winforms. It's added based on the first parent. So I splitted three panels from each other and it worked. Refer my code for sample app.
Thanks
Diptimaya Patra
-----------------------------------------
MARK IT AS ANSWER IF IT HELPS