Enable Scrollbars??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

Is there a way for me to keep my datagrid disabled and still have the
possibility to use the scrollbars?

--- < Hans > ---
 
Hans,

I don't think you can have it disabled. However, you can set the
ReadOnly property to true on the grid, and it will prevent the data from
being edited. It won't give you the look you want, but you can still scroll
through the data.

Hope this helps.
 
My UI will not be as I wish it should be but.
Any way...

Thank you for your time and help. :-)

----
Hans

Nicholas Paldino said:
Hans,

I don't think you can have it disabled. However, you can set the
ReadOnly property to true on the grid, and it will prevent the data from
being edited. It won't give you the look you want, but you can still scroll
through the data.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hans said:
Hi!

Is there a way for me to keep my datagrid disabled and still have the
possibility to use the scrollbars?

--- < Hans > ---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top