M Mrjoey Active Member Licensed User Longtime User Apr 3, 2014 #1 Hello im considering if there s a way to disable the blue shadow on a scrollview when reaches the top or buttom , i think the reflection library will help but does someone know the code? Tnx in advance.
Hello im considering if there s a way to disable the blue shadow on a scrollview when reaches the top or buttom , i think the reflection library will help but does someone know the code? Tnx in advance.
M Mrjoey Active Member Licensed User Longtime User Apr 3, 2014 #3 NJDude said: Check THIS post. Click to expand... Thank u mr njdude Upvote 0
Informatix Expert Licensed User Longtime User Apr 4, 2014 #4 Another way: using the ScrollView2D lib and setting the FadingEdges property to false. Upvote 0
M Mrjoey Active Member Licensed User Longtime User Apr 4, 2014 #5 Informatix said: Another way: using the ScrollView2D lib and setting the FadingEdges property to false. Click to expand... thanks man Upvote 0
Informatix said: Another way: using the ScrollView2D lib and setting the FadingEdges property to false. Click to expand... thanks man