TableView Column Widths

msdeveloper

Member
Licensed User
Longtime User
Even though I'm passing a width for each column the column width ends up being the columns total width/NumberOfColumns. How do I get the TableView to display column widths I'm requesting? I'm using version 2.2 of the TableView class.
 

msdeveloper

Member
Licensed User
Longtime User
TableView - Zip File

I'm unable to make a zip small enough to meet the maximum zip file limit of the forum. I'm new to Basic4Android. I don't know which files I can leave out of project and have still be able to view the project. Which files do you need?
 
Upvote 0

msdeveloper

Member
Licensed User
Longtime User
TableView - Columns - CSV

I failed to mention that I am populating the table with data from CSV file. It's the Load CSV procedure that was overriding my column widths. Since dealing with a known CSV file I added code to the Load CSV procedure that allows me to suppress the create header part of the code by adding the parameter bolSuppressHeader. If bolHeaderExists = True and bolSuppressHeader = True I read the header but I don't add the header to the table. This the same approach I use with VB.
 
Upvote 0
Top