silverlight textbox with equal space between leters -


i'm developing application bank, , need textbox entering money, enter image description here

my idea create textbox has background image of grid, , set text size such there character in each box. writing iiiii(5 characters) long wwww (4 characters). can set font or character spacing such hat ensure characters writen in textbox appear in separate boxes.

ps: there other similar boxes name, don't inpu digits.

you use monospace (fixed width) font, courier example. or create custom control textbox each character, in case have implement big chunk of custom logic.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -