Announcement

Collapse
No announcement yet.

DropDownButton ComboBox (optisch exakt wie Button, nicht wie ComboBox))

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • DropDownButton ComboBox (optisch exakt wie Button, nicht wie ComboBox))

    VS2010, c#, WINForms:

    Suche ein Control welches wie eine ComboBox funktionieren sollte,
    aber das Aussehen im normal State wie ein Button hat.
    Erst bei Klick auf den Button gehen darunter weitere Buttons auf (Items)
    die exakt so optisch aussehen sollen wie der oberste Button.
    Gibt es so etwas bereits bei Telerik, Infragistics, devexpress,... ?

    Vielen Dank.


    -----------
    | 13:00 | (normal State)
    ------------

    ------------
    | 13:00 | (expanded State, nach Click auf oberen Button)
    ------------
    | 15:00 |
    ------------
    | 17:00 |
    ------------
    | 19:00 |
    ------------
    Zuletzt editiert von BB; 24.12.2010, 13:51.

  • #2
    Hallo

    Combobox1.DropDownStyle=DropDownList reicht Dir nicht?

    cu

    Comment

    Working...
    X