If you have a database stored somewhere, changing the RowHeight in the code has no effect because RowHeight is saved in the databae.
This is an 'old' project and at that time I had the bad good idea to store the setup in the database.
Now, I would save in an Init file.
You have two options.
1) If you don't need the data in the database you can uncomment this line in ACtivity_Create, this creates a new database with the new values.
' File.Delete(DBFilePath, DBFileName) ' used for testing
Don't forget to comment it again!
2) Go to the Setup screen, change the value and click on Modif.
Note: the value of RowHeigt is in pixels and not in dip values. In the example below, 200 is 50dip.
Click on
.
And click on Setup.
.
Change the value and click on
.