Right-to-Left in textbox

  • Thread starter Thread starter rayreeves
  • Start date Start date
R

rayreeves

I want to display an accumulator as I punch numeric digits into it, but
there is no RightToLeft property in a textbox. Is there a way?

Ray Reeves
 
You can always handle client-side onkeypress event in javascript to
customize user text entry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top