Reputation: 263
i have a customized scrollbar, however i have tried my best to make the original one from windows invisible by using the customized one covering on it, it can not be done.
any one have idea of how remove the original scrollbar ?
Upvotes: 1
Views: 3235
Reputation: 4341
this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
Upvotes: 6