Question: I fill programmatically DinamycAppearance TListview. There I have a TextButton, which sometimes I want to set Visible:=false. I tried these solutions, but neither works correctly: I also tried to Destroy or Free this Object, but there I got errors. ...
Question: In a VCL Application, I am trying to be notified when I END the horizontal scrolling in a TListView with this interposer class code: However, only WHILE scrolling I get constantly notified by WM_HSCROLL and WM_VSCROLL generating a lot ...