.net - Form scrolls when I click on a button -
i've added button in panel @ bottom of form.
the form has scrollbar (autoscroll: true, autoscrollmargin: 0, 0, autoscrollminsize: 10, 0).
the panel button partly hidden (depending on resolution), button visible.
when click on button, form jumps down, , button doesn't register click.
how can make button fire click event, if form scrolls down (or instead of - how can make button fire instead of form scrolling when button clicked on)?
Comments
Post a Comment