ComboBox unconfigured in Skin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68913
    SpeedTI
    Participant

    I forgot to mention that the ComboBox on this Skin is bigger (height) than the EditBox for example.

    • This reply was modified 4 years, 10 months ago by SpeedTI.

    Regards
    Valdir Sola

    #68955
    Support
    Keymaster

    ComboBoxes uses another skin section if style is DropDownList.
    Used section is ‘COMBONOEDIT’ (or ‘BUTTON’ if ‘COMBONOEDIT’ doesn’t exist).

    Sizing problems exists in comboboxes derived from standard VCL. The reason is in the ItemHeight property which doesn’t allow to change height of the control arbitrarily.

    I’m planning to make a full new ComboBox component soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.