iOS Question CustomListView Resize

sinuser

Member
Licensed User
Longtime User
Hi,
i need to resize the customlistview at runtime, i have found this code for b4a:

CLV.GetBase.Height = NewHeight
CLV.sv.Height = NewHeight

but it does not work

Thanks
 

sinuser

Member
Licensed User
Longtime User
i don't understan, i have loaded the grid like so

pnlFilter.LoadLayout("ly_gridFilters")

but if i try to set the height of the panel doesn't change

pnlFilter.Height = 300dip

i can't override the height of the disign
 
Upvote 0
Top