Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Count from textbox - MVVM
Message
From
22/10/2011 08:54:31
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
Display Count from textbox - MVVM
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Application:
Desktop
Miscellaneous
Thread ID:
01527088
Message ID:
01527088
Views:
103
I have a WPF application with MVVM and need to show a label over a textbox that indicates the remaining number of characters allowed to be in the textbox. I can't seem to wrap my head around the best way to do this.

The user is able to type up to 183 characters in the text box. I would like to show a label above it that indicates (Max Characters: 183). But as they type, I want to show (Remaining Characters: 182). Once they reach 0 it should be 0 but then show in red.

The text box is bound to a property in the View Model which I could get a count on easy enough, however how would I raise the event indicating the text property has changed? WPF does not access the property setters directly.

Timothy
Timothy Bryan
Next
Reply
Map
View

Click here to load this message in the networking platform