简体   繁体   中英

messages like textbox in windows phone

I want to know how can I create a textbox that looks like the one in the messaging app in windows phone (bubble textbox)?

I've been able to create one that looks like it using a regular textbox and a path to create the triangle.

However, I wasn't able to create the same effect when the input is focused (with a border around the entire bubble.)

Screenshots:

http://i.stack.imgur.com/CzwV5.jpg

http://i.stack.imgur.com/MzT3b.png

You have ChatBubble and ChatBubbleTextBox controls available in the Coding4Fun toolkit .

If they don't fit exactly to what you want, you can try by aplying changes over their templates.

Go to properties of the list view which contains the messages aligned, See VerticalContentAlignment set it to bottom. 列表框的VerticalContentAlignment

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM