I'm making an application where you have a Form
that shows configuration data, it has a lot of fields, I use TEdit
and TCheckBox
, put in TFramedVertScrollBox
. I've also tried it with TVertScrollBox
.
The problem I have is that when I move the screen and hide CheckBox . When they show up again they appear checked, I hide them again, and they appear without check , and they change as the scroll moves.
There are times when the components are misplaced, it does not always happen, but with the CheckBox it is always.
Note: I use Delphi 10.2 Version 25.0.26309.314 .