when the datagrid gets enough rows a vertical scroll bar shows up, but is
there a way to make the vertical scroll bar always show up? i do not want
to add a vertical scroll bar component, since the datagrid already has its
own scroll bars. i just need the vertical scroll bar to always show up, even
if the datagrid is empty.
thanx
James Boother - 28 Jan 2005 18:57 GMT
Hi oscar,
It is possible to make the vertical scrollbar always show. You need to
derive from the datagrid and add your own handler for the scrollbar. It is
explained with some sample code on the Windows Forms FAQ:
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q876q.
> when the datagrid gets enough rows a vertical scroll bar shows up, but is
> there a way to make the vertical scroll bar always show up? i do not want
[quoted text clipped - 3 lines]
>
> thanx