This is a migrated thread and some comments may be shown as answers.

How do I set Cell to be false when slide scrollbars

0 Answers 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sun
Top achievements
Rank 1
sun asked on 07 Jun 2011, 09:00 AM
I set Cell.IsEnable to be false  ,like this:
 dataGrid1.RowLoaded += new EventHandler<RowLoadedEventArgs>(dataGrid1_RowLoaded);
 void dataGrid1_RowLoaded(object sender, RowLoadedEventArgs e)
        {
            e.Row.Cells[0].IsEnabled = false;
        }


But  it is not Cell which I need to be false when I slide   Horizontal scrollbars or Vertical scrollbars .

is it Bug?;  I have a picture about this question!

No answers yet. Maybe you can help?

Tags
GridView
Asked by
sun
Top achievements
Rank 1
Share this question
or