0
votes
2answers
239 views
WrapPanel in Silverlight, binding CLR Objects.
Can anybody please help me? I need to bind CLR Objects to a WrapPanel in SILVERLIGHT. What should be displayed in the end is a couple of Image Thumbnails with their description (Te …
0
votes
1answer
24 views
Silverlight Navigation project template and the WrapPanel
I'm new to Silverlight and I'm trying to get the WrapPanel sample working with the Navigation project template. My issue is that the WrapPanel doesn't wrap.
Here's what I've tried …
0
votes
2answers
109 views
Binding ObservableCollection items to UserControl in WrapPanel?
I may just be missing something obvious here, so I apologize if this is a really dumb question. I have a WrapPanel in a view that I need to bind to an ObservableCollection on the V …
0
votes
1answer
29 views
Aligning columns without WPF Grid
I am looking for a good way to design a multi-column layout which reflows the controls in the columns according to the space available. I have a list of labels and fields which dis …
0
votes
2answers
146 views
WPF: How to embed button inside text flow (wrap text around button)?
Hi everyone, I'd like an advice to the following problem: I want to embed a button into a text flow, but when I embed a Button and Label (or TextBlock) into the WrapPanel, I get th …
1
vote
3answers
337 views
Synchronizing WPF control widths in a WrapPanel
I have this case
<WrapPanel>
<CheckBox>Really long name</CheckBox>
<CheckBox>Short</CheckBox>
<CheckBox>Longer again</CheckBox&g …
1
vote
3answers
673 views
Wrapping images in ListBox using WrapPanel and ScrollViewer, Selected Items disappear!!
I'm using a ListBox to display a horizontal display of 800 thumbnails, but only 6 at a time (depending on screen resolution), I want to move through the images using buttons either …
1
vote
1answer
299 views
Is there a virtualizing WrapPanel for WPF available? Commercial or free ones.
Hi - Is there a virtualizing WrapPanel available? Commercial or free ones.
I have seen some blogs (dan's included) but it does not seem to work well in my application, especially …
1
vote
1answer
421 views
Silverlight: Cannot manage to get ScrollViewer and WrapPanel to work together
Hi,
I'm using a WrapPanel to format some text. During runtime I add TextBlocks and StackPanels as Children. Obviously I need a scrollbar depending on the data size. Searching the …
0
votes
1answer
147 views
Putting a scoll bar on a wrap panel contained within an items control
Hi,
Does anybody know how I can add a scroll bar to a wrappanel contained within an itemscontrol?
0
votes
0answers
213 views
ScrollViewer around a WrapPanel: scroll buttons at top of window and no scroll bar
I've got a wrapPanel surounded by a ScrollViewer. The WrapPanel can hold 1-n images. When the number of images in the wrap panel is more than the ScrollViewer can show, the Scrol …
1
vote
2answers
266 views
Why does WrapPanel wrap TextBlocks horizontally but UserControls vertically?
This correctly wraps the TextBlocks horizontally:
<StackPanel DockPanel.Dock="Top" Margin="10" HorizontalAlignment="Left">
<TextBlock Text="Simple WrapPanel:" Margin= …
2
votes
2answers
2k views
WPF: ListBox with WrapPanel, vertical scrolling problem
I have a UserControl (XAML below) that has a ListBox that I want to display images inside a WrapPanel, where images are displayed as many as will fit on one row and then wrap onto …
0
votes
1answer
583 views
Bind the height of a grid row to it’s contents in WPF
I have a grid with a few rows. In the top row, I have an ItemsControl that is bound dynamically to a collection and uses a DataTemplateSelector and ItemsPanelTemplate (with a sing …
0
votes
3answers
554 views
Silverlight WrapPanel Children
What's the best way to add children to a WrapPanel in silverlight? I'm using C# and I'm reading in a JSON Object containing images with thumbnails and related information.
The en …
