I am creating a C# winform (not asp.net) with two sections. The left section is a sort of toolbar, where the user will enter a few images to be displayed. The right section will display the information, the images.
图像可以是任意大小, 但工具栏几乎总是相同大小 。
I wanted these two sections to be seperate, aka a divider between them, that I can drag about. As well, any time an image is chosen, the right screen will resize, or at least resize and give me a scrollbar.
我怎么能做到这一点?