2020年8月5日 星期三

vb.net 將Richtextbox選擇的line置頂 [Set RichTextBox select line to top position]

1
2
        RichTextBox1.SelectionStart = RichTextBox1.GetFirstCharIndexFromLine(18)
        RichTextBox1.ScrollToCaret()

沒有留言:

張貼留言