Menu

Auto Select

2011-04-21
2013-04-29
  • Michael Janulaitis

    I have a thread which invokes items to be added and would like the control to automaitcally scroll to the new entry.  Does anyone know how I can do this?

     
  • Adam

    Adam - 2011-04-21

    You can call Table.EnsureVisible when you add a new row. This will scroll the table to show the row you tell it to.

    Adam

     
  • Michael Janulaitis

    Thanks I just found it after  I posted…doh.  Any idea how to fix a column width?  I've got an image column like the sample which I don't want the user to resize.

     
  • Adam

    Adam - 2011-04-21

    There is the bool Resizable property on a column. Should do the job.

    Adam

     

Log in to post a comment.