|
Today
5 views
|
"<editors: Int32EditBox Value="{Binding MyValue, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />
When I ..."
|
|
2025‑04‑23
75 views
|
"Hello,
I have a Property grid where DataObjects are pointing to objects of type e.g. Style, this Style contains a p..."
|
|
2025‑01‑16
156 views
|
"Hello,
I have a Masked Textbox using this mask Binding to a double property
\\d+[,]\\d{2}
When I enter "10,00"..."
|
|
2024‑12‑12
158 views
|
"Hi,
is there a way to disable the tooltip for the increment and decrement buttons in the DoubleEditBox?
I know I ..."
|
|
2024‑09‑25
227 views
|
"Hello, I'm trying to use your EnumListBox to make a weekday picker but keep getting a cast error when I try to click ..."
|
|
2024‑06‑30
371 views
|
"I would like to use the AutoCompleteBox as a search field:
The user enters text and presses Enter to start a sear..."
|
|
2024‑02‑25
437 views
|
"Hello,
In my WPF application I am using the property grid to display/configure properties with my object. My object..."
|
|
2024‑01‑30
471 views
|
"I set up a view bound to a viewmodel something like this:
<editors:Int32EditBox Value="{Binding AwesomeThing}" Ma..."
|
|
2024‑01‑25
538 views
|
"Hi!
It is me or if I make a TextBlock IsEnabled=false does not change the color. I was expecting to be gray or some..."
|
|
2024‑01‑04
428 views
|
"We use the TimeEditBox control in our application. It is bound to a DateTime variable where we have the seconds set t..."
|
|
2023‑12‑29
407 views
|
"Now I am encountering that the decimal type data cannot meet the data accuracy requirements through the DoubleEditBox..."
|
|
2023‑12‑18
469 views
|
"In the docs it says:When entering edit mode, the Content property value is copied to the EditableContent property, an..."
|
|
2023‑11‑30
566 views
|
"When using EnumEditBox with UseDisplayAttributes="True", the box initially show as empty - that is, no value is initi..."
|
|
2023‑09‑04
604 views
|
"1. We want to customize a BrushEditBox: Because there is no longer PartEditBox in the new version, after upgrading, I..."
|
|
2023‑08‑01
566 views
|
"Hello,
We have a scenario like clicking increment then increase 10 per-time and clicking decrement then decrease 8 ..."
|
|
2023‑05‑02
586 views
|
"I am trying to revive an old code base that heavily used Actipro WPF going back to release 10. The last release we h..."
|
|
2023‑04‑24
562 views
|
"Hi!
I have a DoubleEditBox control in which I can add a very big number but I do not want to resize the control.
..."
|
|
2023‑03‑23
565 views
|
"If enter is pressed for the AutoCompleteBox, the box always takes over the selectedItem. That's actually a good thing..."
|
|
2023‑02‑01
820 views
|
"When using the sample app, if I reduce the size of the property grid, horizontal scrollbars never appear, and the con..."
|
|
2023‑01‑27
587 views
|
"I need the ARGB of color picker to show and output RGBA hex values. Is this possible?
It's easy to convert the col..."
|