ScrollView Initialization

fdx12345

Active Member
Licensed User
Longtime User
If I use the Abstract designer to place a scrollview and Dim it in the main code, do I still need to do a scrollviewxx.initialize command in the Activity_Create?

Bill
 

fdx12345

Active Member
Licensed User
Longtime User
OK

Thank you.

Also do you know how to attach objects such as a button, label, ect to a scrollview in the designer? All I see avaible are Panels under the Parent tab.

Bill
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
code only

I can do the code, but was hoping it could be done in the designer.

Thank you for your help.
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
Loading layout

Unfortuantely, one cannot attach much of anything to a scrollView in the Designer.
 
Upvote 0
Top