#NumberBox
I built a thing... #WinUI #NumberBox
August 20, 2025 at 11:12 PM
Do you need a NumberBox that works with Integers or Decimals (or any other number type), nullable or not? Go grab WinUIEx 2.7 while its hot
NuGet: www.nuget.org/packages/Win...
Doc: dotmorten.github.io/WinUIEx/conc...
#winui
dotmorten.github.io
August 27, 2025 at 11:01 PM
they got letterbox for books? numberbox??
December 12, 2024 at 12:47 AM
I meant the decimal numberbox feature.. But I saw, it seems so..
August 22, 2025 at 4:50 AM
🦙 So, folks requested Input Validation, eh? Adorners make this work for any input field, and it's super simple... 😅

<NumberBox DataContext="{x:Bind VM}"
Value="{x:Bind VM.Age,Mode=TwoWay}">
<ui:AdornerLayer.Xaml>
<local:InputValidationAdorner PropertyName="Age" />
November 26, 2025 at 9:32 AM
This is what I was working on that required some digging, and learning that Tony Burgess is the guy behind TDM. He ran for Autocon Motorsports in the ALMS, but I wanted to change it up and put their 2010 design (a orange car) on something else. Maybe they coulda won at LM in GT1 idk.

#RRRLivery
May 19, 2025 at 5:37 AM
Am other thing is, that I had to make a splitter for resizing the content panels by my self. And NumberBox is not usable with big ranges of numbers. 1e12 displayed as 1000000000000 is.. But I like Winui3 and got a fast chart manged in Win2D.
December 12, 2024 at 8:50 PM
#WinUI NumberBox Control by @fonssonnemans. #xaml #windowsdev #uwp #dotnet https://lnkd.in/dPCsjXZ
LinkedIn
lnkd.in
November 30, 2024 at 4:38 PM