I have a scroller loaded into an Activity using a layout and sized it using a designer script - all ok.
In code I add a list view manually using the code below:
scroller.Panel.AddView(lv, 0dip, 0dip, 100%x, 100%y)
The listview does not use the '100%' width and heights, only seems to work if I use fixed dip values?
In code I add a list view manually using the code below:
scroller.Panel.AddView(lv, 0dip, 0dip, 100%x, 100%y)
The listview does not use the '100%' width and heights, only seems to work if I use fixed dip values?