Menu

Textalign right for numbers

tingakursi
2016-07-04
2016-08-04
  • tingakursi

    tingakursi - 2016-07-04

    If a column is showing number and you have text alligned right and you try to edit the field. Then the editor does not show up completely.

     
  • Daniel Rück

    Daniel Rück - 2016-08-04

    Try to set the Bounds on the CellEditStarting-Event:

        e.Control.Bounds = e.ListViewItem.GetSubItemBounds(e.SubItemIndex)
    
     

Log in to post a comment.