Skip to main content

All Questions

0 votes
1 answer
18 views

What is the common name for control container that can be panned around by dragging with the mouse?

I want to create a container that will be much wider than the width of the page. The user will be able to pan by dragging empty space between controls. (No zooming involved). What is such a container ...
Steve Bennett's user avatar
0 votes
0 answers
62 views

C# drag & drop panel (Windows Forms) [duplicate]

I would like to create a C# draggable panel. What I want to do is to implement a drag and drop operation between two panels, so that one panel is the receiving panel for a few other panels which can ...
JP_99's user avatar
  • 115
1 vote
2 answers
2k views

How to set initial entry width in .Net MAUI?

I am developing an app which I would like to set an Entry control with an initial size on the width. Currently, despite I can write in the Entry control, this one is too small for a convenient UI. So ...
Baskman's user avatar
  • 85
0 votes
1 answer
613 views

How to redefine basic controls in MAUI.NET

In WPF we could "Edit template" of ComboBox and define how it should look from scratch. How we can achieve this in MAUI.NET? I want to make a combobox have exact same functionality like it ...
jaydopartu's user avatar
1 vote
1 answer
794 views

How to make checkbox trigger a command when checked?

I have a checkbox and a [RelayCommand] in the viewmodel that I want to link it to so that the command runs when the checkbox is ticked/unticked (ideally knowing the state of the checkbox as well) but ...
Jay Ambadkar's user avatar
-2 votes
1 answer
150 views

Delphi XE config control

Does anyone have an idea of what the control used by Delphi XE in the section (Options >Language >Formatter >Delphi >Indentation): I can't find a native visual control in the palette that ...
Yako's user avatar
  • 23
1 vote
2 answers
1k views

C++ MFC - CEdit / EDITTEXT Control - only allow certain chars

Thank you for the answers and comments. I chose the answer I chose because it allowed me to continue to use CEdit with just a couple of minor changes to the code. However, the solution considering ...
Husam Chekfa's user avatar
0 votes
1 answer
87 views

What do you call a UI element which expands an area of fields in a window?

I am trying to make UI element which expands/collapses an area of fields in a window. I need it specifically for a WPF project. As an example take the element in the link below. https://i.sstatic.net/...
Blastrix's user avatar
2 votes
1 answer
1k views

Android: How to add button to "Control Center"

I recently downloaded an app and it added a toggle button on the "Control Center" (I don't know how this section is called). I am trying to develop an app and this feature would really help ...
Gabriel Amorim's user avatar
-2 votes
1 answer
570 views

How to check if every Textbox in WPF app is filled? (C#) [duplicate]

I have six textboxes in my WPF app, and I want to check if every single one of them is filled (that means the textboxes contains at least one letter, number, etc. (datatype doesn't matter!)) When not, ...
LordWorm's user avatar
0 votes
0 answers
40 views

Is there a Windows Form control that simulates SelectCheckBoxMenu control of Primefaces?

Two year ago, I have developped a Java J2EE application using Primefaces widget. Now, I develop an application using VB.Net using WinForms. I search to use a widget that is equivalent to ...
schlebe's user avatar
  • 3,646
1 vote
2 answers
390 views

How to set focus on button while button is disabled in winform c#?

I want to set the focus in the button when a button is disabled in the windows form application. Is there any way to achieve this goal? Background: I am making an application that can be used by a ...
Vijay Mandanka's user avatar
0 votes
2 answers
44 views

Description in UWP ComboBox

I'm trying to get a combobox (or equivalent) to include a short description of the option in the dropdown as well as the title, as shown in this quick doodle I did: dropdown doodle that I can't embed ...
Michael Hurst's user avatar
0 votes
1 answer
37 views

VB - Reference Control via a string stored in My.Settings

I'm making an extremely simple app which has multiple screens (as Panels) that are hidden/shown clicking buttons on a left sidebar. I have a PNLHome, PNLServerSettings, PNLScripts, and PNLSettings as ...
OptimalScrub's user avatar
1 vote
1 answer
287 views

How to select a shape in a subscene to allow me to make transformations

I currently am working on a program in javafx that asks the user for radius and height of a cylinder and once the user hits add, it creates a cylinder in the subscene. I was wondering how I can ...
Paul Anthony Morillo's user avatar

15 30 50 per page
1
2 3 4 5
16