diff --git a/components/rx/rxdbctrls.pas b/components/rx/rxdbctrls.pas index e7a5b2a65..2c30f03ea 100644 --- a/components/rx/rxdbctrls.pas +++ b/components/rx/rxdbctrls.pas @@ -204,6 +204,8 @@ type procedure SetItemEnabled(Index: integer; AValue: boolean); public property ItemEnabled[Index: integer]: boolean read GetItemEnabled write SetItemEnabled; + published + property AutoSize; end; implementation