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
685
highlighted text in grid cell ... how to align
posted

highlighted text in grid cell ... how to align to left ?

I tried changing "everything" to TextVAlign = Left , but no luck

How do you ensure the selected text is left justified ( so can see numbers on the left of a concat field) , please  ?

Do i need to use an editor ?

 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    If the text does not fit within the cell and you tab into the cell so that all of the text is selected, then the text is shifted all the way to the left so that you can see the last character.

    This is the behavior of the Windows TextBox and there's no way to change it as far as I know. You will get the same results with a TextBox control in DotNet.

Reply Children