Multi value in edit control

  • Thread starter Thread starter Rui Oliveira
  • Start date Start date
R

Rui Oliveira

Multi value in edit control separated by ;

I want have multivalue behaviour in an edit control. Some similar to a list
of email in Outlook, that are automatically underlined when insert a “;â€.
After underlined are managed like one object, and if you want select or
remove you cannot remove just one character anymore but need remove all email
string.

There is some control for doing this?

Thanks,
Rui
 
I want have multivalue behaviour in an edit control. Some similar to a list
of email in Outlook, that are automatically underlined when insert a “;”.
After underlined are managed like one object, and if you want select or
remove you cannot remove just one character anymore but need remove all email
string.

There is some control for doing this?

As far as I'm aware there's no built-in control for the Outlook email
address field entry behaviour. You'd either need to create it yourself
(a lot of work) or look for a 3'rd party control that does what you
want.

Dave
 

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