I am displaying one row in a datagrid, and i made its height larger than the
datagrid height because it contains long descriptions, so a vertical scroll
bar appears but with no cursor on it to let me move down the grid.
How can i have access to the datagrid scrollbar?
or what else can i do?
Thank you.
VScrollBar vBar =
dataGrid.GetType().GetField("m_sbVert",
BindingFlags.NonPublic | BindingFlags.Instance).GetValue(dataGrid) as
VScrollBar;
--
Sergey Bogdanov
http://www.sergeybogdanov.com