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.
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.