J Juzer Hussain Active Member Licensed User Longtime User Mar 16, 2016 #1 Hi Guys, I am using scrollview to make chat screen.For the just arrived msg I want to use a different colour for until the time it is not "READ"(Panel comes to view). Is this doable? Pls guide. Thanks Juzer
Hi Guys, I am using scrollview to make chat screen.For the just arrived msg I want to use a different colour for until the time it is not "READ"(Panel comes to view). Is this doable? Pls guide. Thanks Juzer
Erel B4X founder Staff member Licensed User Longtime User Mar 16, 2016 #2 You can handle the ScrollChanged event. B4X: If Position + ScollView.Height > Panel.Top Then 'panel is visible End If Upvote 0
You can handle the ScrollChanged event. B4X: If Position + ScollView.Height > Panel.Top Then 'panel is visible End If
J Juzer Hussain Active Member Licensed User Longtime User Mar 17, 2016 #3 Thanks Erel. I will try it. Juzer Upvote 0