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
--------------
"Brian" <(E-Mail Removed)> wrote in message
news

C689CA6-C6A4-46DE-B09E-(E-Mail Removed)...
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