Android Question How do we add 'TableView' to the Designer 'Add View' listing

Steve Kirk

Member
Licensed User
Longtime User
Hi Everyone,

I am a very new user and have a question that is probably very basic but I've been unable to find the answer in the standard introductory documentation.

I would like to include a 'TableView' view in an application I am currently developing. I've found tutorials on using TableViews in the forum but I don't know how to add this view to the 'Add View' listing in the designer. I know that views can also be created in the application code but when I try to dimension a variable as a TableView object (eg. Dim tblSample As TableView ) I also don't see TableView in the list of available classes.

I imagine that I need to add a class or a library to my version of the IDE but I don't know the specifics. I would really appreciate some instructions or information on where to find the necessary instructions.

Thanks in advance!
 

Steve Kirk

Member
Licensed User
Longtime User
Thanks Steve!

I was indeed able to download and use the TableView class once I knew what I was looking for and where to find it.
For other users who are facing the same problem - you will also need to install the 'ScrollView2D' library in order to get
the class to work properly.
 
Upvote 0
Top