datagrid scroll problem

G

Guest

I've used the syncfusion method to autosize my datagrid row heights. The
problem I run into is the vertical scrollbar does not take into account the
new row heights. When I scroll to the bottom I still have several rows left
below.

Thanks
 
K

Ken Tucker [MVP]

Hi,

After you are done adjusting the row heights you need to resize the
datagrid to get it to adjust the scroll bar. I usually make the datagrid 1
pixel smaller than set it back to the original height. That way the scroll
bar adjusts itself and the user doesnt see the change.

Ken
--------------
I've used the syncfusion method to autosize my datagrid row heights. The
problem I run into is the vertical scrollbar does not take into account the
new row heights. When I scroll to the bottom I still have several rows left
below.

Thanks
 

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