iz0ndg Active Member Licensed User Longtime User Oct 18, 2019 #1 hi, i'm doing an app with a bbcodeview used for the log. Is there a system to view the bbcodeview by scrolling it down automatically?
hi, i'm doing an app with a bbcodeview used for the log. Is there a system to view the bbcodeview by scrolling it down automatically?
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2019 #2 B4X: Dim sv As B4XView = BBCodeView1.sv sv.ScrollViewOffsetY = sv.ScrollViewContentHeight - sv.Height Upvote 0
B4X: Dim sv As B4XView = BBCodeView1.sv sv.ScrollViewOffsetY = sv.ScrollViewContentHeight - sv.Height