Recent

Author Topic: ExCtrls TColumnComboBoxEx limit of columns widths  (Read 434 times)

AlexTP

  • Hero Member
  • *****
  • Posts: 2402
    • UVviewsoft
ExCtrls TColumnComboBoxEx limit of columns widths
« on: September 20, 2022, 03:21:49 pm »
https://wiki.freepascal.org/ExCtrls#TColumnComboBoxEx
It would be good to limit the auto-calculated col widths somehow. Better not with a single Int property. But with

  property ColumnWidthLimit[Index: Integer]: Integer;

wp

  • Hero Member
  • *****
  • Posts: 11916
Re: ExCtrls TColumnComboBoxEx limit of columns widths
« Reply #1 on: September 21, 2022, 10:42:26 am »
Why? The items strings with the column texts are composed by your application, and it should know how to handle the case when a string is too long.

 

TinyPortal © 2005-2018