المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to add scroll Horigental scroll bar in the call of DataGridView in window .net



C# Programming
07-03-2009, 04:22 PM
How to add scroll Horigental scroll bar in the call of DataGridView
Now each X seconds, the datagrid is updated with data from the database. So the datagridview is *******ed.
I also want to maintains the position of scroll bar even after datagridview is *******ed.
When a user is working on row X, and column Y, and the datagrid is *******ed all the scrollbars get back at position 0. So the horizontal scrollbar is put back to the left side of the screen, and the vertical scrollbar is put back on the top of the screen.

Raghvendra