c# - How to stop scrolling of Panel scrollbar when textBox is selected -
i have panel called panel1 contains many textboxes .(around 12 textboxes)
when click on textbox (one of last textboxes) panel's scrollbar position change position.(it scrolls automatically , focus changes).
how can prevent ?
i not getting exact problem. tried same did, getting focus on same textbox clicked mouse.
set properties of panel like: autoscroll=false; autoresize=true;
Comments
Post a Comment