AutoCompleteBox expose TextBox MaxLength #14560
Closed
workgroupengineering
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I believe you can also write a Behavior or attached property (my favorite) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to set the maximum length of the
AutoCompleteBox
text, to do this I do it like thisI have multiple
AutoCompleteBoxes
, each with differentMaxLength
. So I'm forced to repeat the style for each of them.Beta Was this translation helpful? Give feedback.
All reactions