limelect 48 Posted August 11, 2021 (edited) I used gridpanel (2 rows 1 coulomb) to host a label on each row.(I have 2 gridpanels) I want to add a led at the corner of each row. P.S I changed the row to 0 but it goes ABOV the labels What I need is to be in the corner. Do I need to use something else? Furthermore, the label is as a client and centered however I need the text poison at the center of the grid (further down). Edited August 11, 2021 by limelect Share this post Link to post
Uwe Raabe 2057 Posted August 11, 2021 Put a TPanel in the grid cell and place the label and LED onto that panel. The vertical alignment of a TLabel is controlled by its Layout property, Share this post Link to post