Hello:
Been around this forum for a little while, first I want to thank to all members, for i've learned a lot from reading your posts.
Now, the question that finally pushed me to write: I have a project that make use of a ListView, as per Contacts Search example. I want to resize the embedded scrollview to match the screen with or without the virtual keyboard showing.
I have added the view with
sv.AddToParent(Activity, 0, 0, 95%x, 80%y) and tried to resize it with
sv.height at no avail.
Is there a way to do it?
Been around this forum for a little while, first I want to thank to all members, for i've learned a lot from reading your posts.
Now, the question that finally pushed me to write: I have a project that make use of a ListView, as per Contacts Search example. I want to resize the embedded scrollview to match the screen with or without the virtual keyboard showing.
I have added the view with
sv.AddToParent(Activity, 0, 0, 95%x, 80%y) and tried to resize it with
sv.height at no avail.
Is there a way to do it?