Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
hello friends, I am new here(and my English is poor ) I started work with nevron recently and I am with a trouble with the scrollbar. I create a V-scrollbar and H-scrollbar, but the last record in the grid doesn't appear
How do I do to solve this trouble ?
thanks for help !! = )
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Daniel, Could you give us some more info about these scrollbars and the grid? It would be great if you post the code that you use to setup the scrollbars.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
Hello Friends, sorry for my delay !! my code is on the attached file !
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Daniel, To draw your DataGridView correctly you need to remove DoubleBuffered = true; and this.SetStyle(ControlStyles.OptimizedDoubleBuffer, true); rows from the constructor.
Best Regards, Nevron Support Team
|