I want to hide panel2 on a split container and have panel1 utilize the space. I was hoping setting Panel2Collapsed would do the trick, but no luck. Ideas?
|
|
|||
|
|
|
This worked for me on a similar situation:
I wanted the second panel to not be visible at all in some cases, so I implemented it this way. |
||||||||||
|
|
|
Setting |
|||
|
|
|
|
Try setting panel2.Visible = false. |
||
|
|
