Questions tagged [split-button]

A button on a user interface that when clicked displays a list of options of which one must be selected.

59 questions
23
votes
8 answers

WPF SplitButton?

I've just spent a very frustrating afternoon trawling Google looking for a commercial-grade WPF SplitButton control that will work in a ToolBar. A SplitButton is one where you can click on the main part of the Button to take a default action, or…
David Veeneman
  • 18,912
  • 32
  • 122
  • 187
22
votes
1 answer

Navbar split button dropdown with Bootstrap 3

I'd like to make a split button dropdown with Bootstrap 3. I didn't find any working snippet. My navbar looks like:
5
votes
1 answer

WPF- How to hide a dropdown menu after click

I have a SplitButton in my WPF window, which is borrowed from Xceed's Extended WPF Toolkit. Its dropdown content is consisted of some RadioButtons. Something like:
5
votes
1 answer

jQuery mobile listviews split buttons, right button only

see this example http://view.jquerymobile.com/1.3.0/docs/widgets/listviews/ Part: Split buttons In that example, both the left and right part are buttons. How can I get that only the right part is button (the left is just a basic read-only…
tommy-1402
  • 111
  • 2
  • 9
4
votes
1 answer

Extended Toolkit SplitButton: use ComboBox ItemsSource as DropDownContent

I'd like to refactor my code in order to use Extended Toolkit SplitButton instead of Standard Combobox. Here is my initial working code:
Rowandish
  • 2,655
  • 3
  • 31
  • 52
4
votes
2 answers

SplitButton in Java

Does anyone have a coded implementation of SplitButton? I've tried searching some implementations but none of them work. (e.g. JSplitButton).
user1551085
  • 61
  • 1
  • 3
4
votes
1 answer

How to style a SplitButton

Using the SplitButton from exceed's extended wpf toolkit, I would like to use a style I have, "blueButtonStyle". Trying to apply the style directly doesn't work, since the button really isn't a button! So am wondering how to approach this. Ideally…
Berryl
  • 12,471
  • 22
  • 98
  • 182
3
votes
1 answer

React BootStrap SplitButton

I have a snippet from a ReactComponent as follows: Delete List Edit List Name I want to add a…
User_Targaryen
  • 4,125
  • 4
  • 30
  • 51
2
votes
0 answers

Command executes multiple times for menuitems added dynamically to Primefaces SplitButton

So added primefaces p:splitButton component inside a p:dataView component: ... //for each item in dataView, I add this split button with a couple of menuitem options
SergioBrito
  • 73
  • 1
  • 9
2
votes
1 answer

TButton deficiencies

TButton in Delphi XE2 has a Style property. When this property is set to bsSplitButton then a drop-down arrow is displayed on the right side of the button: However, this drop-down area has some inconveniences: In many cases it is too narrow, the…
user1580348
  • 5,721
  • 4
  • 43
  • 105
2
votes
0 answers

primefaces selected item highlight problems

I have a form in which there are two buttons - "button" and "button1" and a split button. The actionListener methods just update the message content. When button1 is clicked, only growl is updated. After that if I move mouse over split button…
user3516088
  • 155
  • 2
  • 11
1
vote
2 answers

How to disable dropdown button in WPF RibbonSplitButton control

I am using WPF Ribbon 4. I have a RibbonSplitButton control with dropdown menu of menu items. When I set IsEnabled property of RibbonSplitButton to false only top button becomes disabled, not the button which opens dropdown menu. Thanks in advance.
user991288
  • 11
  • 4
1
vote
2 answers

PrimeNG SplitButton: How to pass an argument to the sub-menu?

I try to use a PrimeNG SplitButton. @Component({ selector: 'test', template: `
  • {{ l }}
` }) export…
chris01
  • 10,921
  • 9
  • 54
  • 93
1
vote
1 answer

PrimeNG split-button styles

I want to have a button like below. When I use the PrimeNG split-button this is what I get How can I change that to the button like in the first image? and I want to use it in a table
Piumi ganegoda
  • 163
  • 3
  • 12
1
vote
1 answer

Using the RibbonSplitButton outside of Ribbon?

when I'm using the RibbonSplitButton outside of a Ribbon, it looses a bit of it's style and the MouseOver-Effect flickers very fast. Can i assign a kind of style or something to the RibbonSplitButton to get the expected look und behavior? I dont't…
Reini
  • 1,233
  • 3
  • 19
  • 34
1
2 3 4