Manage the size of a checkbox (image) in datasheet view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sandra Walsh
    New Member
    • Nov 2011
    • 62

    Manage the size of a checkbox (image) in datasheet view

    Hello -

    When I view a form in datasheet view, the checkbox fields show VERY large images for the checkboxes. The size changes with the width and height of the row.

    How do I increase the row height without scaling the checkbox image?

    Many thanks,
    Sandra
    Attached Files
    Last edited by Sandra Walsh; Jul 31 '12, 03:37 PM. Reason: Added image
  • lyodmichael
    New Member
    • Jul 2012
    • 75

    #2
    use .RowHeight, in your datasheet view,

    #tip

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Try this :
      Forms![frm0].RowHeight = 450

      Regards
      Veena

      Comment

      • Sandra Walsh
        New Member
        • Nov 2011
        • 62

        #4
        Thank you for your replies. However, the size of the checkbox is still scaling with the height of the row. I would like the box to stay the original size regardless of the row height/width.

        I have added an image as an example.

        Not sure if this is even possible.

        Comment

        • IraComm
          New Member
          • Oct 2012
          • 14

          #5
          There is another type of grid you could use: UBGRID
          I don't think the person who wrote this is in buisness anymore, but you may be able to find a copy still out there.

          Comment

          Working...