Extending the Datagrid to provide scrolling?

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
 
P

Peter Foot [MVP]

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
 
J

Jo

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
 

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

Top