mkmcst Posted January 27, 2011 Posted January 27, 2011 hi all i'm stuck hate when i get stuck lol but i have a editbox when its filled with text the bar scrolls up to the top i need the scroll bar to stay on the bottom cant fig it out i need the scoll bar not to move when the editbox has new text but seems it wants to always go to the top of the editbox thank you ^SLEEPY^sleepys-sin scripting
UEZ Posted January 27, 2011 Posted January 27, 2011 You can use _GUICtrlEdit_LineScroll() to scroll to last line.Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Zedna Posted January 27, 2011 Posted January 27, 2011 #include <GuiEdit.au3> _GUICtrlEdit_LineScroll($hEdit, 0, _GUICtrlEdit_GetLineCount($hEdit)) Resources UDF ResourcesEx UDF AutoIt Forum Search
mkmcst Posted January 27, 2011 Author Posted January 27, 2011 thank you guys works good ^SLEEPY^sleepys-sin scripting
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now