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
David Smith
NA
2k
0
UltraTree Help
Jan 28 2011 7:33 PM
I have three UltraTabs.
Im trying to dynamically add a Ultra tree to each tabpagecontrol or tabcontrol, can someone help me
foreach (string p in programs)
// Keep in mind there are a total 3 programs, each program is going to have its own Ultratree via each tab. Each program has it own tab already
{
this.ultraTree = new UltraTree();
this.ultraTabControl.Controls.Add(ultraTabPageControl);
ultraTree.Dock = DockStyle.Left;
this.ultraTree.Name = p;
this.ultraTabPageControl.Controls.Add(ultraTree);
}
for some odd reason the after executing this snippet code, it adds another tab with the Ultratree and not add to the 3tabs that already exists
Reply
Answers (
0
)
update listbox multiple selected items in database
how to increase selected tab header text in tab control in window Application