Link to home
Start Free TrialLog in
Avatar of flashd
flashdFlag for United States of America

asked on

Need to Save/Restore TListView workarea position

I am working with a TListView set to ownerdata, My only problem is when I update the item.count it resets the work area to the left/top most position, If possible I need to save/restore the current position so it is not lost when the item.count is updated. How can I do this?

Best Regards,
Charles
Avatar of Epsylon
Epsylon

Sorry but I can help you since the workarea does NOT reset when I update the item.count

BTW: I'm using Delphi 5
ASKER CERTIFIED SOLUTION
Avatar of Madshi
Madshi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of flashd

ASKER

That seems to do the trick nicely.

Thanks!