Does anyone know how to get the parent control of a listview. The listview object doesn't have .PARENT or .SOURCECONTROL.
It does have .GetContainerControl but I don't know how to use it to return the parentcontrol
Many thanks
Printable View
Does anyone know how to get the parent control of a listview. The listview object doesn't have .PARENT or .SOURCECONTROL.
It does have .GetContainerControl but I don't know how to use it to return the parentcontrol
Many thanks
just use .parent even if it is not on the list
it works for me