c# - Silverlight Scrollable Content Problem -


I'm new tester for Silverlight and I have a problem.

I have a grid on a page that is resizable when the user changes the size of their browser window. I want to display dynamically added content in one of the grid columns, which is a scroll, because available space There is more data than is currently I have a scroll weaver with a stack panel, which I programmatically add a user control and then many uses Control Rta control depends on the amount of content.

My problem is that Scroll Weaver does not respect the available space and as there is more data than the space, as if it displays outside the viewable area. That is, it does not use, it is not a scrollable nature.

Hope this is something that I have missed, but I am currently beating my head against the wall. Any help received by gratitude.

With view of XML, I guess the problem may be with the stackpayell. StackPanels do not display the scrollbar, when their content is very large I would suggest adding your UserControl directly within your ScrollViewer if your scrollwire needs to have many children, then I would like to have a different type of container such as a grid or a list cover I can suggest


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -