Hi,
I am using
Lazarus 3.4
FPC 3.2.2
Linux Mint XFCE 22
I am populating a TCheckGroup with dynamic TCheckBox.
Is there a way to align the TCheckBox at the top of my TCheckGroup? Currently, they are aligned in the middle.
I attached 2 picture
pic1.png is the current setting
pic2.png is what I am expecting
I tried to play with the CheckGroup1.ChildSizing, but nothing seems to have any impact on the child alignment.
Thank you