|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Datagrid scrollbarHi,
I have a datagrid that is not showing a vertical scrollbar even though it has more rows than displayed. I cannot find the property to set this, so after googling, i found this link: http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q876q My problem is that I don't know how to use it! Could someone please explain how to implement this in my code? The simpler the better!! TIA Hugh Hi,
Whenever I resize the rows in the datagrid I had that happen. To overcome it try resizing the grid to get the scroll bars to show. I usually reduce the grid size by one pixel then reset it to the orginal size. Ken ------------------ Show quoteHide quote "Hugh Janus" <my-junk-acco***@hotmail.com> wrote in message news:1148752266.762715.317950@i39g2000cwa.googlegroups.com... > Hi, > > I have a datagrid that is not showing a vertical scrollbar even though > it has more rows than displayed. I cannot find the property to set > this, so after googling, i found this link: > > http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q876q > > My problem is that I don't know how to use it! Could someone please > explain how to implement this in my code? The simpler the better!! > > TIA > Hugh > Ken Tucker [MVP] wrote:
> Hi, Thanks Ken, but I have possibly hundreds (or maybe even thousands of> > Whenever I resize the rows in the datagrid I had that happen. To > overcome it try resizing the grid to get the scroll bars to show. I usually > reduce the grid size by one pixel then reset it to the orginal size. > > Ken rows) so resizing them is not an option. Any idea on how to implement that example to force the scrollbar for VB.NET 2003? Hugh Hugh,
The syncfusion code will create an control that inherits from datagrid that allways shows the vertical scroll bar. You would need to replace the datagrid with the new control. Another option is resize the datagrid after you set its datasource to force it to recalculate if the scroll bars are needed. Ken ----------------------- Show quoteHide quote "Hugh Janus" wrote: > > Ken Tucker [MVP] wrote: > > Hi, > > > > Whenever I resize the rows in the datagrid I had that happen. To > > overcome it try resizing the grid to get the scroll bars to show. I usually > > reduce the grid size by one pixel then reset it to the orginal size. > > > > Ken > > Thanks Ken, but I have possibly hundreds (or maybe even thousands of > rows) so resizing them is not an option. Any idea on how to implement > that example to force the scrollbar for VB.NET 2003? > > Hugh > >
VB.NET events creates a hidden delegate, but how do I access it?
Console app no accessible 'Main' method with an app... CurrencyManager Question Detect if virusscanner is installed current function / sub name ? How to use the httpwebrequest with Cookies in "GET" method Cal Dll was written by VC++ in VB receiving data over socket datagridview cell - get row/column info for updating data- how? filtering which files can be opened |
|||||||||||||||||||||||