Move the position of tableflowlayout panel in vb.net

Viewed 28

I have set the Tablelayoutflowlayout panel and flowlayout panel in my form. I set it's visibility of the Tableflowlayout panel according to condition in my form. I have added button control in my flowlayout panel.when button add flowlayoutpanel is growing and when removed it's shrinking. according to size of the flowlayout panel main form size is also increased.(form height = normal height( i have set constant value 398) + flowlayoutpanel.height). but when Tablelayoutflowlayout panel and flowlayout panel both visible on that time Tablelayoutflowlayout panel is not moving , I mean it should be visible after the flow layout panel.but it is overlapping on my flowlayout panel. How can i solve the problem?

0 Answers
Related