Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
700
Ultradropdownbutton - Show only image, not arrow
posted

Hello,

I've got a couple Ultradropdownbuttons in a form.  Wired up and working fine.  The only issue is one of space.  I need to get all the reduction in size I can out of this and to that end I would like to not show the dropdown arrow at all.  The control is replacing a standard button and I'd like to have the Ultradropdownbutton take up the same screen real estate as the standard Ultrabutton with a 16x16 image and no text, no dropdown arrow.  The buttons' style is set to DropDownButtonOnly.

Any ideas?

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    There's no property to remove the dropdown arrow. But there are a couple of approaches you could take here.

    One approach would be to remove the dropdown arrow using a CreationFilter. This is not too difficult, but there may be a bit of a learning curve if you haven't used CreationFilters before.

    Another approach would be to use a different control. You could, for example, use a regular UltraButton or maybe an UltraCheckEditor in Button style. With this approach, you would have to handle events and show the dropdown in code, of course.

Reply Children