Board index » Visual Studio » datagrid scroll problem
|
lilredcorv
|
|
lilredcorv
|
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 - |
| Ken
Registered User |
Fri Apr 01 18:23:07 CST 2005
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 - |
