Since I am using Tableview for last 6 month,but it won't support Horizontal scrollview,Today I have gone through forum for Horizontal scrollview from this link http://www.b4x.com/forum/111926-post22.html. When I run the example code from the above link,it shows an error message as
Compiling code. Error
Error parsing program.
Error description: Unknown type: scrollview2d
Are you missing a library reference?
Occurred on line: 5
Private SV As ScrollView2D
sorry for asking question once again.Now I have solved Horizontal scrolling in Tableview but only bugs is when i pass width from AddToActivity it only changes in scrollview not for header.pls advise how to solve this issue.