Scroll bar in data gridview
-
is it possible to add scrollbar to a datagridview???
-
is it possible to add scrollbar to a datagridview???
Place gridview inside a panel or div and give scroll to that container.
Arun Jacob http://codepronet.blogspot.com/
-
is it possible to add scrollbar to a datagridview???
by using div or panel you can acheive that... Panel:
Div:
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
Place gridview inside a panel or div and give scroll to that container.
Arun Jacob http://codepronet.blogspot.com/
i placed the gridview inside the panel and set overflow: auto in panel style.But the scroll bar is coming for the whole page as such :(
-
i placed the gridview inside the panel and set overflow: auto in panel style.But the scroll bar is coming for the whole page as such :(
Gave Width & Height for Panel?
Arun Jacob http://codepronet.blogspot.com/
-
Place gridview inside a panel or div and give scroll to that container.
Arun Jacob http://codepronet.blogspot.com/
No..it is coming now...thanks arun
-
Gave Width & Height for Panel?
Arun Jacob http://codepronet.blogspot.com/
Try setting Width and Height for Panel if not set.
Arun Jacob http://codepronet.blogspot.com/
-
No..it is coming now...thanks arun
myinstincts wrote:
No..it is coming now...thanks arun
great.welcome.
Arun Jacob http://codepronet.blogspot.com/
-
by using div or panel you can acheive that... Panel:
Div:
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
i am getting it by setting overflow :auto style in panel...but what is that overflow-x and overflow-y in your code?is it for setting scrollbar to x and y axis?