Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Scintillaを使用した単純なVB.NETアプリケーションがあります。テキストが追加されたときにコントロールを自動スクロールさせる方法がわかりません。
誰か助けてもらえますか?
ありがとう
終わり。
Scintilla は、以下を呼び出して自動スクロールできます。
Scintilla1.Scrolling.ScrollBy(0, Scintilla1.Lines.Count)
最後のテキスト行までスクロールします。