Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    changing space between CheckBox Icon and Title

    Is it possible to set a custom spacing between the clickable image and the title for Check Box

    Thanks.

    #2
    I have the same request. The title is on the right side of the clickable image and I would like to increase the space between that image and the title. I did not find any way to do this in the skins as well...

    Many thanks,

    Thomas

    Comment


      #3
      Is there some issue with adding padding to the checkboxItem.textBoxStyle? This is the style applied to the label text.

      Comment


        #4
        No, if I add left padding in the style, the whole item is shifted (the image and the title), which does not surprise me as the image is a child of the textBox :-)

        Comment


          #5
          Ah. The actual checkbox image is rendered as a valueIcon, so to tweak the spacing you are looking for valueIconLeft|RightPadding.

          Comment


            #6
            Perfect. That's what I was looking for.
            Many thanks!

            Comment

            Working...
            X