Sinlin
New member
- Joined
- Nov 14, 2016
- Messages
- 3
- Programming Experience
- Beginner
I am writing a program in Visual Studio 15 in C#.
I have a window with some buttons and a frame.
Clicking on the buttons loads separate windows into the frame.
I would like the windows that load into the frame to have scrollbars, as some of them don't fit inside the frame they are called into.
Would I add the scrollbars to the frame, or to the windows I am calling into the frame?
Also, I can't figure out how to actually add the scroll bars to the window. There is a scrollbar option on the left side menu, but when dragged into the box, the scrollbar looks like it works but in fact doesn't scroll the frame that I put it into.
I have a window with some buttons and a frame.
Clicking on the buttons loads separate windows into the frame.
I would like the windows that load into the frame to have scrollbars, as some of them don't fit inside the frame they are called into.
Would I add the scrollbars to the frame, or to the windows I am calling into the frame?
Also, I can't figure out how to actually add the scroll bars to the window. There is a scrollbar option on the left side menu, but when dragged into the box, the scrollbar looks like it works but in fact doesn't scroll the frame that I put it into.