Skip to main content
0 votes
1 answer
148 views

I am trying to add a Custom Border around the Picker for Android but my code provided does not seem to be doing anything. Microsoft.Maui.Handlers.PickerHandler.Mapper.AppendToMapping("...
Shannon's user avatar
  • 23
0 votes
1 answer
141 views

I was creating a custom control in unity and it was working all fine untill I decided to move the class of the control inside a namespace, if i am moving my code inside a namespace i am getting this ...
Aditya's user avatar
  • 21
0 votes
0 answers
87 views

I am working on a Flet app and have built a custom control with some animations. The problem I am encountering is that when I first run the app, the control's color initially appears as a deep blue ...
Ricman1029's user avatar
0 votes
0 answers
71 views

I'm Trying to make automatically use the Custom panel PanelGlow in Custom ComboBox FLATCOMBOBOX into one in vb.net Please Guide me Thanks Custom FLATCOMBOBOX Imports System.ComponentModel Imports ...
dlaksmi's user avatar
  • 213
0 votes
0 answers
130 views

I'm trying make custom component ComboBox but display Black color when dropdownstyle set to dropdown in vb.net without using WndProc how can I solve it when dropdownstyle set to dropdown ?. Is there ...
dlaksmi's user avatar
  • 213
3 votes
1 answer
63 views

I am trying to make a custom checkbox. I created the dependency property IsChecked, but I cannot bind to it from a VM. In the control I have <ContentView xmlns="http://schemas.microsoft.com/...
Adrian Cigher's user avatar
0 votes
1 answer
35 views

I created a custom WPF panel that arranges items around a circle. The panel is intended to allow users to scroll, rotating all the children through the "3:00" position. I implemented ...
user3257308's user avatar
0 votes
1 answer
73 views

I usually like to solve problems by myself but I can't really wrap my head around the following: <Style TargetType="{x:Type local:PanelItemBase}" BasedOn="{...
Tristilii's user avatar
0 votes
1 answer
183 views

I created a Custom control that is supossed to be used as a button in an item View, however, the binding to change its text doesnt work. CustomControls(Winui3 class library project)/CustomTableItem.cs ...
Arthur Buzas Baccan's user avatar
0 votes
0 answers
136 views

Got a crash after following the official Microsoft official Win32 custom WinRT XAML control tutorial https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/xaml-islands/host-custom-control-...
kkl's user avatar
  • 153
1 vote
2 answers
1k views

I have this component implementing ControlValueAccessor and holding the internal state in a signal value: export class InputComponent implements ControlValueAccessor { // internal state ...
Wolf359's user avatar
  • 2,737
0 votes
0 answers
69 views

I'm working on MAUI developing a custom control that shows Employee information based on its ID. The custom control has the bindable property IdEmpleado defined as: using MovilApp.Controls.ViewModel; ...
Gabo77's user avatar
  • 37
5 votes
1 answer
107 views

Hey all I am needing a hand with the following: I am trying to add the "On Action" to my custom control I create in Scene Builder 2.0. I will have a couple of these in my scene so I am ...
StealthRT's user avatar
  • 10.6k
0 votes
1 answer
87 views

Special thanks to @BionicCode for helping me get started. So I an trying to better understand CustomControl styles. So, I have created a custom toggle button called MyToggleButton, and I want to use ...
CoderForHire's user avatar
0 votes
0 answers
57 views

I'm making a custom control for a particular UI I am creating. Ideally, the user inputs a number into some textboxes, and upon pressing enter, those numbers get saved and can be used later in the ...
Mark Johnson's user avatar

15 30 50 per page
1
2 3 4 5
282