<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05-12-2012 13:58, Graeme Geldenhuys
      wrote:<br>
    </div>
    <blockquote cite="mid:50BF6F3C.9020604@geldenhuys.co.uk" type="cite">
      <pre wrap="">
OK, so I set the Width and Height of ImageList, and re-added all my
24x24 images.

I then set the Toolbar.Images to point to my ImageList. My existing
toolbar buttons did not adjust to the size of the now known 24x24 images
in the imagelist. Also the ToolbarButton.AutoSize property still does
nothing.

Plus, if ToolbarButton.AutoSize = False, and I try and change the
ToolbarButton.Height property manually to say 26 (to fit my 24px
images), it just jumps back to 22 as soon as I hit Enter!! So I still
can't adjust the size of by toolbar buttons. :-(  Can it really be this
hard?


Regards,
  - Graeme -

</pre>
    </blockquote>
    <br>
    Graeme, could you try this?<br>
    <font face="monospace">begin<br>
        ToolBar1.ButtonHeight := 36;<br>
        ToolBar1.ButtonWidth  := 36;<br>
        ToolBar1.AutoSize     := True;<br>
      end;</font><br>
  </body>
</html>