Extending the Datagrid to provide scrolling?

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

Guest

Hi,

I am looking to provide scrolling (noth horizontally and vertically) in a
Datagrid using Button controls outside the grid. This is an effort to improve
user accessibility due to the small size of the standard scroll bar buttons.

I can't see any way to programatically scroll the datagrid and was wondering
if I can extend the control in someway to provide this functionality. I have
found a forum post which describes how to achieve this using the standard
..net Datagrid control using the protected GridVScrolled method. However this
does not seem to be available in the CF Datagrid.

Any Ideas?

Thanks
 
This may or may not meet your requirements, but it is possible to adjust the
size of the scrollbars. This is a system-wide setting in the registry though
and will require a soft-reset to take effect. This is a good option on
devices used for a specific application, if your application has to co-exist
with other functionality it is probably not a good idea.

Peter
 
hi peter: i wonder if u can provide some more details about this
registry setting you mention, such as name and how to change it
Thanks

jo
 
Back
Top