TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Cynthia
NA
215
35.8k
Empty space b/w treegrid view & split container panel
Jul 9 2015 12:22 AM
Hi all,
I am unable to remove the empty space between treegridview and splitercontainer panel. What i want is if we resize the panel the gridview should also be resized and there should not any empty space between them. Please suggest how to remove space .
The scenario is there is one splitContainerPanel control in from so inside splitContainerPanel1 there is one gCollapsableGroupBox and Virtual tree grid view. In panel1 gCollapsableGroupBox is added
this.splitContainer1.Panel1.Controls.Add(this.gCollapsableGroupBox1)
in gCollapsableGroupBox , tree grid view is added
this.gCollapsableGroupBox1.Controls.Add(this.VirtualTreeGridView);
If i add
this.VirtualTreeGridView.Parent = this.splitContainer1.Panel1
then there wont be any space but the grid view is not visible .
Please Suggest how to solve this . ....
Thanx in advance .
Reply
Answers (
1
)
what is string ?
Release image file on button click.