Dynamic tab content load in TabLayoutPanel

2010-05-12 Thread Toni
Hi there! I have a regular TabLayoutPanel and I'm trying to make the content of each tab load dynamically when the user clicks on a particular tab. I tried using a SelectionHandler with no luck, for tab content can't be modified (or that's what I found out so far) and removing/adding a tab is not

Re: Dynamic tab content load in TabLayoutPanel

2010-05-12 Thread Toni
Hey, I just coded a custom widget that does the trick. Thanks anyway! On May 12, 8:55 am, Toni tonin...@gmail.com wrote: Hi there! I have a regular TabLayoutPanel and I'm trying to make the content of each tab load dynamically when the user clicks on a particular tab. I tried using a