Board index » Visual Studio » datagrid scroll problem

datagrid scroll problem

Visual Studio89
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


-
 

Re:datagrid scroll problem

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" <Brian@discussions.microsoft.com>wrote in message

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





-