lincemiope 0 Newbie Poster

Hi, I'm not sure if this is the correct section to post my question in, but since my problem refers to xaml scripting I guess so.

I added a listview in my win store app from which the user can choose among several elements and click the one she wants to expand in another box.
The problem is that when you click and therefore highlight an item, its name is kinda cut off showing part of the first letter and than the others (for example, if you see Æþelstan and click on it, it'll only show Eþelstan).
I tried to find the property "margin", but the one listed refers to listview and not to the text contained in it.

I'm using visual studio 2013 express.