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
0
votes
1 answer

MahApps Metro SplitButton error on default copy template

Had created blank WPF application in .Net Core 3.1, added MahApps Metro package 2.0.0. Had added simple SplitButton and implemented simple ViewModel to show items in SplitButton. This works fine. Split button XAML code:
VladacusB
  • 844
  • 1
  • 7
  • 24
0
votes
0 answers

Error with BEGIN_MESSAGE_MAP "a nonstatic member reference must be relative to a specific object" MFC

I am creating a breakout game using MFC, and now I am programming a level creator. For the user to choose which block is desired to create, I'm using a SplitButton. I have created the menu resource to pair with my SplitButton, but I want each one of…
0
votes
1 answer

C#, BindingNavigator, SplitButton, Ugly dot remaining

Draw a toolstrip on an empty form. Add a SplitButton on this toolstrip. Will be working as a login in button later on. On this SplitButton I want to remove the dropdown in the start position. The only thing you can do is to login. Once you have…
Bjorn
  • 117
  • 1
  • 6
0
votes
1 answer

When switching tabs in ext.net - the split-button keeps adding additional menu items after each load

Using ext.net, the split-button control will add multiple menu items after each reload. I can't seem to figure out how to prevent this from happening.
Tyrone Moodley
  • 3,442
  • 1
  • 15
  • 16
0
votes
1 answer

React Bootstrap split button block prop not working

I want to make my SplitButton take entire width and height of its current row. I tried to use the block prop for the SplitButton, but without luck. fiddle --> https://jsfiddle.net/f9vdksnu/5/
Sahar
  • 436
  • 1
  • 4
  • 15
0
votes
1 answer

OracleJet Splitbutton get select event value

Using the Oraclejet framework, I was trying to make a splitbutton which has only 2 options. How can I differentiate them so that each go to their own function? Or how can I paste the text of selected to function as parameter? It was something like…
Loredra L
  • 1,485
  • 2
  • 16
  • 32
0
votes
2 answers

Programmatically invoking the drop down item in C# form Outlook Add-in

I have a outlook add-in from which i want to invoke Ribbon Split button's drop down item using Redemption . This split button is a custom button created from other add-in. I want to access in my add-in. For detailed explanation check the below…
0
votes
1 answer

KendoUI Toolbar splitButton automatically highlights the first option in the dropdownlist. How to make all options to looks the same

KendoUI Toolbar splitButton automatically highlights(partially in the link provided and in my case, completely) the first option in the dropdownlist. http://demos.telerik.com/kendo-ui/toolbar/index In this url, if we observe, the Insert option has…
Sailoosha
  • 193
  • 1
  • 3
  • 14
0
votes
0 answers

WPF: (SplitButton) MouseLeave won't fire without a click

I working on a WPF Ribbon application using a third party source (Syncfusion). In my application I have a SplitButton with several CheckBoxes in it, I'm trying to implement MouseHover like action to my SplitButton so that on MouseEnter the DropDown…
dov
  • 27
  • 7
0
votes
1 answer

JQuery Mobile listview with split button

I'm using JQM listview and it works fine as Fig. 1 ,and the code as following:
PeterYu
  • 41
  • 6
0
votes
1 answer

wpf mahapps theme create items in SplitButton

I'm using wpf mahapps theme and I want to create items for a SplitButton like so:
Fish
  • 165
  • 3
  • 16
0
votes
1 answer

How do you create Swing "dropdown" buttons?

How does NetBeans create those buttons that have the little down arrow to the right of the main button which when pressed brings up a menu? The NetBeans "Debug Project button is one example. Are they two separate JButton components? Just how are…
0
votes
1 answer

p:splitButton menuitem with immediate="true" always removes last row of p:dataTable

p:splitButton menuitem for delete functionality with immediate="true" always removes last row of data table even when middle row is deleted it always delete last row. How is this caused and how can I solve it? The below data table is inside p:wizard…
0
votes
1 answer

How to disable the main splitbutton action, but keep enabled the arrow

I have a split button and i want, for some cases, to disable main button action but keep the arrow for viewing the menu. Is there any change to do this? I think that maybe i have to create two buttons,
anvc
  • 13
  • 6
0
votes
0 answers

Selenium WebDriver: How to click icon(right edge) of split-button to see dropdown list using Selenium WebDriver with java?

How to click the icon in a split button in order to see the drop down list in the following UI code.
Liddy
  • 1
  • 2