Android Question How do I access an item's panel in UltimateListView?

Bryan

Member
Licensed User
Longtime User
Informax is away on vacation. So, maybe someone else can answer this who uses UltimateListView.
In sub ULV_ItemClick(ItemID AsLong, Position AsInt, ClickedPanel AsPanel)
how can I access other panels other then the ClickedPanel?
I want to be able to change the properties of other panels in the list from this sub.

Thanks,
Bryan
 

keirS

Well-Known Member
Licensed User
Longtime User
It's been a while since I have used ULV however IIRC what you need to do is call Refreshcontent and have code in your ContentCallback sub to deal with the changes your require.
 
Upvote 0

Bryan

Member
Licensed User
Longtime User
Thanks, I'll look into this. Not sure how to do a ContentCallback for RefreshContent but I'll try and research it.
Thanks
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…