I have a scrollable System.Windows.Forms.Panel, and I add/remove
controls (ListView only) to/from it programatically.
Sometimes, probaly when redrawing the panel while adding/removing
controls or scrolling the panel i get an infinite loop of messageboxes
saying "invalid parameter used" but no exceprion is thrown. It happens
randomly, I cannot reproduce steps to achieve it.
I do not do any painting operations on it, I handle only few events
related to mouse and SelectedItem in listview.
Re: Flowlayout, JPanel and JScrollPane: Scrolling vertically impossible? ... >> JScrollPane using FlowLayout.... >> enable wrapping, and when components inside the panel go out of view, ... > scrolling).... > (And therefore the preferredSize value returned by the panel would ... (comp.lang.java.gui)
Re: Dialog Management Scrolling WAS Left & Right Scrolling in ISPF ... Making the panel width larger than 80 characters will cause an error if someone attempts to display the panel on a regular 80 width screen size. ... Dialog Management Scrolling WAS Left & Right Scrolling in ISPF ... My thought was that I would have to build a Panel table larger than the traditional 80 Character width. ... For IBM-MAIN subscribe / signoff / archive access instructions,... (bit.listserv.ibm-main)
Re: Distorted image when scrolling in DoubleBufferPanel ... i have a UserControl called DoubleBufferPanel which is a typical Panel ... By the way, I could see inherited Panel, but I don't see the point in inheriting UserControl, nor is it clear from your question whether you are actually inheriting Panel or UserControl. ... used this code to set the AutoScroll and draw the image: ... But, I suspect based on the code and picture that you've shown that you aren't limiting scrolling to having the bottom edge of the bitmap appear no higher than the bottom edge of the control, and thus when you redraw, nothing that would erase or otherwise redraw the area not part of the bitmap happens, so you just get the left-over bits from the stuff that was drawn before. ... (microsoft.public.dotnet.languages.csharp)
Re: I have an issue with an image getting corrupted upon scroll in a panel. ... the code project to come up with an overlayed map image,... corrupted and disappears upon scrolling within a panel.... If there is no way around this picturebox in a panel redraw issue; ... (microsoft.public.dotnet.framework.drawing)