✅ WPF Masked TextBox
What's the easiest way to create a maskedtextbox in WPF? I did some searching and just find this package: Microsoft.Toolkit.Uwp.UI
but it is imcompatible with my project apparently
9 Replies
GitHub
GitHub - xceedsoftware/wpftoolkit: All the controls missing in WPF....
All the controls missing in WPF. Over 1 million downloads. - GitHub - xceedsoftware/wpftoolkit: All the controls missing in WPF. Over 1 million downloads.
what is a masked textbox?
Password text box, kinda
ah
kind of
but i would use because off text formatting
to insert like:
win forms actually has it as a component, is very simple to use
wpf has just the passwordtextbox
works fine but it's not what im looking for
i'll try to use this
i think it's too complex
It is not complex at all
well, i may just dont know how to use
i make it work, kinda easy
thx guys