Jump to content

Scroll On Resized Window


Recommended Posts

hey a little problem here-

I'm making a gui that has alot of labels on it. The program starts to write these labels from the top of the gui window to the bottom. The thing is that somtimes it can write up to 60 lines (each label is on its own line) and it take up more space than can fit on the screen. I want to make a scroll bar so that i can make the GUI window about 400X400 and be able to write the labels to a lower region (like 900 or so ) and scroll down there with a scroll bar. But when i do this the scroll bar apprears but won't scroll down at all...

Hope this makes sense, i can post the code at some point but its several pages long right now and that would overcomplicate things...

Link to comment
Share on other sites

hey a little problem here-

I'm making a gui that has alot of labels on it. The program starts to write these labels from the top of the gui window to the bottom. The thing is that somtimes it can write up to 60 lines (each label is on its own line) and it take up more space than can fit on the screen. I want to make a scroll bar so that i can make the GUI window about 400X400 and be able to write the labels to a lower region (like 900 or so ) and scroll down there with a scroll bar. But when i do this the scroll bar apprears but won't scroll down at all...

Hope this makes sense, i can post the code at some point but its several pages long right now and that would overcomplicate things...

How about a screen shot instead of the code? Have you thought about using TreeView or maybe using a ComboBox? Just some alternate ideas....
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...