You can change the height of an item of listview custom, after he has already been created/populated?
i tested this:
Private p As Panel
p.Initialize("p")
CustomListView1.Add(p,14%y,"A")
p.LoadLayout("editorTextoNumero")
...
...
Dim panelA As Panel = CustomListView1.GetPanel(CustomListView1.GetItemFromView(p))
panelA.Height=460dip 'NOT WORK
i want to customize the height individually, for some items. it is possible?
thank you
i tested this:
Private p As Panel
p.Initialize("p")
CustomListView1.Add(p,14%y,"A")
p.LoadLayout("editorTextoNumero")
...
...
Dim panelA As Panel = CustomListView1.GetPanel(CustomListView1.GetItemFromView(p))
panelA.Height=460dip 'NOT WORK
i want to customize the height individually, for some items. it is possible?
thank you