ComboBox unconfigured in Skin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68911
    SpeedTI
    Participant

    I am using Skin Material Dark for adjustments in a project, and the TsComboBox component has no borders when SkinProvider’s CustomColor property is True. Apparently, this only happens with this component.
    I tried to configure it in the Alpha Skin editor and was not successful.

    Thank You.

    Attachments:
    You must be logged in to view attached files.

    Regards
    Valdir Sola

    #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, 5 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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.