0
votes

I want to exclude one TComboBox from styles. This one is a part of component and have another visual suit (manually painted with OnPaint event), but the main style of form has an influence on this TComboBox. Especially one parameter: FixedHeight - it causes that my TComboBox can't change the height...

How to do it? The TComboBox has no StyledSettings property...

1

1 Answers

1
votes

The way that I found was to use another style... If there are some combobox-es with a fixed height, then I should create a copy of their style, but with fixed height equal zero.