cloning a listview
I have tried to make my own controls before with a bad outcome. My problem occurs when I want to paint something bigger than the size of the control and then I want to push this (after scrolling to it):
Let us say, I have a "hot spot". I scroll to this hotspot(the hot spot is not a control itself, just some lowlevel painting), and push it. The control automatically scrolls to the top of the control now... WHY, and how to prevent it?
I can add child controls to my control, and then this is not happening... But still, I guess there is a better way. The System.windows.forms.listview does not add controls, so I guess there is a better approach. Maybe I need not to use the autoscroll, and do my own scrolling?
Finally, is there a GOOD book on the subject of making usercontrols?
Thanks in advance,
Las

