c# - WinForms - Link a TextBox with a ScrollBar -
i won't write long paragraph here , post question directly. is possible make scrollbar , textbox related ?
well , i've made new customized scrollbar use later , problem not able find way related control .
example : image
i can't imagine way relate them :(
do want external scrollbar or scrollbar in textbox. can set multiline = true , choose type of scrollbars. need more details understand question correctly. this.textbox1.scrollbars = system.windows.forms.scrollbars.vertical; https://msdn.microsoft.com/en-us/library/system.windows.forms.textbox(v=vs.110).aspx
Comments
Post a Comment