Thursday, August 13, 2009

ScrollBar issue with FlexGrid in Compact Framework

The scrollbar of C1FlexGrid displayed very small in VGA mode.

 

Problem: Scrollbar not resize will in VGA mode

Solution:

1. Set form draw mode to "DPI"

2. At form.load event, set grid.Size = me.Size.

 

No comments: