Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Node vertical-align on middle ?
posted

Hi,

I try the TreeView control and I have a vertical-align problem with expand-image. 

Exemple :

<ig1:WebDataTree ID="Tree" runat="server" DataSourceID="XmlData"><ItemTemplate><span><%# DataBinder.Eval(Container.DataItem, "Value")%></span></ItemTemplate></ig1:WebDataTree>

 

below, the "-" or "+" is not in the middle of text

I try to use style like vertical-align, text-align, padding or marging witheout good result.

How can i resolve this problem ?

Thank you in advance for your help