10535 : Is it possible to get the edit windows (SingleEdit, DateTime, ComboText, etc) to appear in the middle of the cell?

Question

Is it possible to get the edit windows (SingleEdit, DateTime, ComboText, etc) to appear in the middle of the cell? My Cell layouts have their alignments to be
Horizontal: Center
Vertical: Center

When the edit starts, the editor appears top aligned with the cell, which can leave the cell text visible if the cell is taller than normal (eg capable of showing 3 lines of text)

Answer

From version 2.3.1.15  the CellLayout.VertAlign is taken into account when placing the DateTimePicker and the ComboBox. The SingleText edit looks at the CellLayout.HorzAlign

Leave a Reply