Hi,

I have placed a Datagrid on a VB.NET form, which is True for ReadOnly and Enabled property.

When user is editing some textbox, system will set Enabled of Datagrid to False. After editing, system will set Enabled back to True.

This is done by a common function, but I found that sometime the datagrid can successfully return to Enabled state, while some time it will be in a state where the scroll bar is disabled, but I can still use mousewheel to scroll through the records!

Any idea what property I've been missed?

Thx!