We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

FlowLayout - Hangs when screen is invisible

Dear Syncfusion,

We are using V 4.2.0.37.

I have a screen, having a panel called pnlLinklabels (with AutoScroll = true) and flowlayOut controls.
I want to load linklabel controls dynamically into the panel and arrange all linklabels into flow layout.
My screen will be pooled when it is closed (hidden) and reused when opned again.

Now the issues is, when I am re-opening the form, pnlLinklabels.Controls.Clear(); hangs.
pnlLinklabels is the ContainerControl for flowLayout.

Finally i understood that, i can only populate pnlLinklabels after the screen is visible.
i.e., Calling the population code in the screen visible changed event.

So, I just want to clarify from you that will flowLayout has any issues with visibility?
And is it the case with all other lay out controls?

Rgds
Rajani Kanth

2 Replies

MJ Mano J Syncfusion Team September 29, 2006 06:00 PM UTC

Hi Rajani Kanth,

Our sincere apologises for the delay in responding. I have created a test sample as per my understanding and I am unable to reproduce the issue.

Could you please try modifying the sample to show the problem?.

Thanks,
Mano

Test_sample.zip



BR Badri Rajani Kanth September 29, 2006 06:58 PM UTC

Thank You Mano,

As a work around, I am checking the screen visibility and populating controls only when screeen is visible. Now it is fine.

Thank you again.
Rajani Kanth

Loader.
Live Chat Icon For mobile
Up arrow icon