• DListView autoscroll
    1 replies, posted
I have a DListView that I'm constantly adding items to. How can I make it automatically scroll down?
[lua]list:AddLine( ... ) list:PerformLayout() list.VBar:SetScroll( list.VBar.CanvasSize )[/lua]
Sorry, you need to Log In to post a reply to this thread.