I am creating a user control in windows forms
, that user control has two zones, the upper zone where there is a descriptive text and a forward button and another one to go backwards.
In the lower area there is another panel that occupies all the available space. Inside the lower panel I want to put another panel (or the control that best suits my needs), which will be significantly greater than the space that is available now, so what I need is that that panel can move from top to bottom, that is, you can add a control bar for that purpose.
The truth is that the problem is that I do not know what controls are the best for this operation and how to develop it, if someone can give me an example or some master lines I would be very grateful. As you can see I do not put code because relamente my problem is before the own development.
If someone considers that the question is not correct because they do not have a code, they are removed without any problem.
The program is developed in VB
for Framework 2.0
.
I do not care that you give me a solution in C#
, since it is a conceptual theme, I will translate it later,
Thanks.
Edit. I add images
The upper image corresponds to the main screen where the user control whose image is below these lines will be entered on the right.
On these lines the user control that I want to enter in the main screen. As you can see, it is quite longer than the space assigned to it on the main screen, so the ideal would be that there could be a scroll bar on the right or something similar. Thanks.