This is a migrated thread and some comments may be shown as answers.

Update Layout is not working for RadTab control in silverlight

1 Answer 51 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Parthiv
Top achievements
Rank 1
Parthiv asked on 20 Aug 2010, 10:38 AM
Hello,
   I m using RadTab control for silverlight in my application. i m bindind Tab content  dynamicaly on Tab Selection change event.
I m facing issue of update layout with RadTab control.When i select any tab  it binds  my content in tab but not updatelayout works for RadTab as i select other tab and again comes to previous tab then only  it's showing me content.

Code Snippet:
                    if (((RadTabItem)ShowTab.Items[ShowTab.SelectedIndex]).Content == null)
                     {
                            ((RadTabItem)ShowTab.Items[ShowTab.SelectedIndex]).Content = scrollContent;
                            ShowTab.UpdateLayout();
                      }
Where ScrollContent is my scrollViewr containing my collection of controls.
I m using  2010.1.309.1030   version             

1 Answer, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 25 Aug 2010, 12:16 PM
Hello Parthiv,

I tried to reproduce your issue, but I am not facing such problem. Could you please send me your whole sample project, so I will be able to better assist you?

On a side note, I'd like to inform you that we've just released an online tool that allows you to reduce the size of your Silverlight applications. For more information, please visit http://blogs.telerik.com/blogs/posts/10-06-10/telerik_assembly_minifier.aspx

Greetings,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabControl
Asked by
Parthiv
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Share this question
or