Questions tagged [wrappanel]
293 questions
0
votes
1 answer
Autosize Font & Wrap text in a Listview
I have a listview that can contain anywhere between 1 & 10 items of text. The ListView must be contained in a specific size of a grid.
I want each item be able to wrap onto another row (Which I can get working ok) but when the items eventually reach…

Neil Hobson
- 515
- 1
- 7
- 14
0
votes
3 answers
Displaying images in a grid
I have an ObservableCollection of BitmapSources and I want to display them all in a grid and override the selected and not selected styles. I have been looking at a lot of different ways to do this but have not managed to get it working to my…

moggizx
- 476
- 1
- 5
- 19
0
votes
3 answers
How to force element list to fill the windows on a wrappanel?
I try to do a list of columns on a window and I want to have the same result than in a Grid when I use the *.

Josselin CAUCHOIS
- 31
- 3
0
votes
1 answer
How to create a month-view control in Silverlight
I need to create a outlook like monthview-control for showing appointments. (a grid showing all days in a month, with the weekdays aligned vertically. Day number and dayofweek should be shown for every day, and the appointments should be shown in a…

Larsi
- 4,654
- 7
- 46
- 75
0
votes
1 answer
ListView with VirtualizedWrapPanel without scrolling
I have fixed a couple of lines in this implementation of a VirtualizedWrapPanel.
Ok, the window in which I have put the ListView with the VirtualizedWrapPanel as the ListView's ItemsPanel shoud not be scrollable. Instead of scrolling, the user will…

EngineerSpock
- 2,575
- 4
- 35
- 57
0
votes
1 answer
Keeping one Tile Constant in a Wrap Panel
Is their anyway of keeping one tile at a constant position in a wrap panel and having all the added items (currently implementing through a listbox, so listboxitems) wrap around this item.
For example, having the blue tile constant regardless of how…

Justin Dalrymple
- 630
- 9
- 15
0
votes
1 answer
WPF C# Paging in Wrap Panel
i populated some text ( i name them as questions) from database but in my wrap panel i can only display 3 questions , the rest of the questions are being cut-off , i have more than 3 questions , how can i do a paging in wrap panel to display the…

user2376998
- 1,061
- 7
- 32
- 65
0
votes
1 answer
WPF C# WrapPanel's content to be placed nicely
From what i know about WrapPanel , once it reaches its limit , it will auto move to the next line but however is there anyway to make this nicer without adding extra panel ?
Now its something like this ( an example ) :
How you like to live on a…

what
- 373
- 2
- 10
- 20
0
votes
1 answer
Check if the WrapPanel is overflowed?
I'm currently doing some pagination things. I would like to know if I can check whether the TextBlock inside of the wrappanel is overflowed or not? By the way I would like to ask if you know something about pagination please give me some tuts. What…

Tuấn Nguyễn
- 15
- 4
0
votes
0 answers
Best way to load lot of buttons into WrapPanel
I wonder if it's possible to load ~70 buttons into WrapPanel better way that I'm using now.
At this momment it works like:
I have table in DB, columns: productID, productName (which represent 70 buttons to load, so there is always 70 rows).
Now in…

user13657
- 745
- 3
- 17
- 36
0
votes
2 answers
How to set VerticalContentAlignment to top in WrapPanel?
I have a WrapPanel which is vertically aligned.
My problem is, whenever an elements overflows, it goes to next column. So the items in First column becomes uniformly aligned vertically.
Example: Suppose I have 170px Height for WrapPanel and 35px…

user2039445
- 253
- 1
- 4
- 17
0
votes
1 answer
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:
Create a new Navigation based project.
Copy the code from the…

user140550
- 919
- 2
- 11
- 21
0
votes
2 answers
Custom control acting as Page allowing children in XAML
I actually have two questions:
How do I modify a custom control that inherits from a FrameworkElement that only holds one child (e.g. Page or ContentControl) so that it holds multiple children (like a Panel)? Can this be done from the class…

Ketfera
- 33
- 3
0
votes
1 answer
Wrappanel in ItemsControl.ItemsPanel throws XamlParseException
In my wp8 app I show some content (images for example). I use LongListSelector, and in each LLS's item have ItemsControl with collection of images. I want to show two images in one line, so I use a wrappanel. But it throws XamlParseException in line…

Dima Serdechnyi
- 707
- 2
- 10
- 19
0
votes
1 answer
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 display information, and sometimes the view they are contained in needs…

sourcenouveau
- 29,356
- 35
- 146
- 243