For several reasons I am thinking about trying to create a Code Module that builds a ScrollView based upon variables I supply. I think this is possible?
1. Reduce amount of code to create many ScrollViews
2. Standardize ScrollView display parameters
3. Quicker build of new screens
4. Reduced complexity
In an application there can be many ScrollViews depending on the complexity of the application. A Code Module that builds ScrollViews would really help speed developement up.
If I indicate that I want X number of columns they will be created with the width I supply, etc. And if I pass information regarding the data to populate those columns.
Any ideas please.....?????:sign0085:
1. Reduce amount of code to create many ScrollViews
2. Standardize ScrollView display parameters
3. Quicker build of new screens
4. Reduced complexity
In an application there can be many ScrollViews depending on the complexity of the application. A Code Module that builds ScrollViews would really help speed developement up.
If I indicate that I want X number of columns they will be created with the width I supply, etc. And if I pass information regarding the data to populate those columns.
Any ideas please.....?????:sign0085:
Last edited: