VCL TChecklistbox isn't skinned correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34877
    mol
    Participant

    D2007 Pro, D2010 Pro, Vista Home Premium 32bit, latest AlphaControls:

    The regular VCL Checklistbox isn't skinned correctly. I have to set sSkinManager -> ThirdParty -> TCheckListbox -> Type of Skin to Treeview to get the correct background color, and this only works for some skins like TV-b, but not for others like BluePlastic for example. Also, in every skin used, the checkboxes are white and not painted like a regular skinned TCheckbox.

    Can you please check? Thanks!

    The attached image shows a regular TCheckbox and TCheckListbox, skinned with the BluePlastic skin.

    #47112
    Support
    Keymaster

    Hello

    This checkbox can't be skinned in standard control because items are drawn by system there.

    You can use TsCheckBox.

    #47144
    mol
    Participant

    Any chance that you can at least adapt the painting of the checkboxes in the TCheckListbox to the skin that is used? I mean, background color and check mark of the checkboxes.

    Thanks.

    #47165
    Support
    Keymaster

    I'm sorry, it's not possible at moment.

    I recommend the TsCheckBox. All components from the package are specially adapted for using with skins. They are more faster and stable.

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