froodley
Active member
- Joined
- Apr 20, 2010
- Messages
- 26
- Programming Experience
- 1-3
Hey, all,
Having another issue I'm hoping you can help with.
My program has two lists, one a listbox and the other a listview viewed in details mode.
Both of them change heights (get taller) for no obvious reason. I am having to add a call to a method that resizes them to the end of every method, which is kind of absurd, I think. Also, when the window size is changed, these components change size, which means I have to keep track of that.
What's going on here?
Edit: I had also thought of adding a timer to handle this. Which is fairly absurd, too
Having another issue I'm hoping you can help with.
My program has two lists, one a listbox and the other a listview viewed in details mode.
Both of them change heights (get taller) for no obvious reason. I am having to add a call to a method that resizes them to the end of every method, which is kind of absurd, I think. Also, when the window size is changed, these components change size, which means I have to keep track of that.
What's going on here?
Edit: I had also thought of adding a timer to handle this. Which is fairly absurd, too