Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. chech box

chech box

Scheduled Pinned Locked Moved C#
tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    t_nedelchev
    wrote on last edited by
    #1

    Hello everybody How to change a size of box on checkBox control? thanks in advance

    C S 2 Replies Last reply
    0
    • T t_nedelchev

      Hello everybody How to change a size of box on checkBox control? thanks in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      you would need to create your own control, or to make the control owner drawn and draw it yourself, perhaps.

      Christian Graus Driven to the arms of OSX by Vista.

      1 Reply Last reply
      0
      • T t_nedelchev

        Hello everybody How to change a size of box on checkBox control? thanks in advance

        S Offline
        S Offline
        Steve_
        wrote on last edited by
        #3

        Do you want to change the size of just the check box control? CheckBoxs have (I think) the AutoSize property set to true. This will mean you cannot actually resize it in the form designer. Set this to false in the property grid or in code and you should be able to resize it. However, this will not make the actual box change size, just the area the control covers and the text will change position. If you want to actually make the box bigger, you will have to do as the other poster said and draw the box yourself.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups