Example #1
0
 public static void hideScrollBar(Control control, scrollBarType type)
 {
     SetScrollBar(control.Handle, (int)type, 0);
 }
Example #2
0
 public static void showScrollBar(Control control, scrollBarType type)
 {
     SetScrollBar(control.Handle, (int)type, 1);
 }