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
710
Add Column as the first column
posted

I'd like to add a Column for an image, but the column is always added to the end of the columns. How do I add the column as the first column?

Parents
  • 469350
    Offline posted

    After you add the column, you can set move it to the beginning like so:

    column.Header.VisiblePosition = 0;

Reply Children