Questions tagged [wrappanel]
293 questions
0
votes
1 answer
WPF Replace a ComboBox with a PopUp with WrapPanel
I have the task of replacing basic ComboBox and its items with a more pleasing UI design.
I have to be able to allow the user to select (a) a single item in one case or (b) several in another (essentially the user is building a query using (a) a…

miriyo
- 103
- 1
- 11
0
votes
1 answer
Prevent jumping of dynamically sized items in a WPF wrap panel
I have a wrap panel full of rectangles, when you mouse over a rectangle it grows in size (using a storyboard animation) to simulate being magnified.
That all works fine, the problem is that if you mouse over the last rectangle in a row the…

Jen Doran
- 3
- 1
0
votes
1 answer
WPF WrapPanel with tab stop?
I'm interested into make a wrap panel (plenty of other user control) to be a tab stop. The panel is within a scroll viewer, the scroll viewer do have the IsTabStop property, but the scroll viewer doesn't. I want the user to be able to use tab key to…

Sheldon
- 2,598
- 10
- 27
- 36
0
votes
1 answer
Xamarin.Android : Does a wrappanel exists?
I need the equivalent of a WrapPanel for my Xamarin.Android test app.
The goal is to put the maximum of things available on one line, and when there is no more space available, to make a new line with that.
In a lot of case, this will help to have…

J4N
- 19,480
- 39
- 187
- 340
0
votes
0 answers
Filling WPF panel with images without scrolling or cropping
I'm displaying a variable number of images in a WPF window.
The images have varying widths and heights, but I'm setting the MaxWidth and MaxHeight for each.
I'm currently using a Wrap Panel, but I'm having trouble achieving what I want.
I don't want…
0
votes
2 answers
Unwanted clipping in WrapPanel
I need to create a ListBox with the WrapPanel ItemsTemplate.
My item is displayed as a card with small top "toolbar" that is displaying dynamically on mouse over.
[ dyn. toolbar ]
[ card ]
Everything is running well except the first line.…

Dusan Kocurek
- 445
- 3
- 8
- 22
0
votes
2 answers
WPF: How to relayout wrappanel?
I have a WrapPanel placed in a grid and fill it dynamically with ToggleButtons.
The height of the row, where the wrappanel is located in, is calculated based on the number of ToggleButtons in the WrapPanel component.
When I load my screen the items…

user376040
- 3
- 2
0
votes
1 answer
Dynamically Added Image to WrapPanel in WPF
Added Image Controls to WPF WrapPanel from a list of images defined in xml.
Everything seems to be in place. I even inspected in debug but nothing is visual.
Is there a step I am missing?
…

user2664835
- 35
- 6
0
votes
1 answer
How to Data Bind the ActualHeight of a Parent Stackpanel
I have a Window that has a UserControl. What i want to accomplish is Bind the ActualHeight of the StackPanel (stackpanel doesn't have a fixed size) that contains the UserControl in order to achive the correct behavior of the WrapPanel inside the…

Zoti
- 822
- 11
- 31
0
votes
2 answers
How can I line up WPF items in a Horizontal WrapPanel so they line up based on an arbitrary vertical point in each item?
I'm trying to create a View in WPF and having a hard time figuring out how to set it up. Here's what I'm trying to build:
My ViewModel exposes an IEnumerable property called Items
Each item is an event on a timeline, and each one implements…

Scott Whitlock
- 13,739
- 7
- 65
- 114
0
votes
1 answer
WrapPanel display item width + static width?
On a listview, I would like to display each item as their width, with the addition of a static width. So if the item's width is 20, and I'd like to add a space of 15 between each item (making that item's width as 35), how do I do that? I have this…

Anni
- 15
- 4
0
votes
1 answer
WrapPanel Horizontal orientation doesn't work
With new version of kinect not exist the old kinectScrollviewer so i have used a ScrollViewer with a listView of images. The problem is the unscrollable when hidden ScrollbarVisibility or with horizontal scroll and if i use a SelectionChanged it…

luca
- 3,248
- 10
- 66
- 145
0
votes
1 answer
Silverlight WrapPanel RadTreeView Cut-Off by 10 pixels
Hello and thanks for your help in advance. I have two panels, one with a series of the buttons and a Telerik RadTreeView boxed by a border, and on the right another border encompassing a grid and some other controls. Everything is sized properly as…

Matt L
- 65
- 8
0
votes
1 answer
Break newline if bind is very long
I have a wrap panel 3 binding, the second bind is very short, and the third bind very long, and in the wrap panel (3 bind) we moved to a new line. How to stay in the same row. A wrap panle suits me just fine doing a lot of possibilities. I can not…

Ibrahim
- 949
- 3
- 12
- 21