Questions tagged [wrappanel]

293 questions
0
votes
0 answers

Autosize and scale WrapPannel

I would like to have a wrap panel (or similar) with a bunch of names scale the text size to fill all available space (from left to right and top to bottom) the best it can when i change the size of the window the font size or whatever should…
Cedric
  • 1
  • 2
0
votes
0 answers

System.Windows.Data Error: 25 : ItemTemplate and ItemTemplateSelector are not valid for item Type='CheckBox' in Debug Output

i`m looking for quite some time through the WWW with out Success my Debug Output get flooded with System.Windows.Data Error: 25 : ItemTemplate and ItemTemplateSelector are not valid for item Type='CheckBox' XAML:
Deagle
  • 1
  • 1
0
votes
3 answers

How can I arrange only two items in horizontal in a wrap panel?

I'm using a wrap panel to show several user controls. All of the user controls have a different height and width. I'd like to arrange the items as maximum 2 items by row, I mean: | Item1 | Item2 | | Item3 | Item4 | | Item5 | Item5 | I say this…
Darf
  • 2,495
  • 5
  • 26
  • 37
0
votes
1 answer

How to 'wrap' the columns (not the text/content) of a WPF DataGrid?

I'm trying to implement a solution where I can 'wrap' a WPF DataGrid - by that I mean that the entire columns and rows wrap, not their text or content (see image below). I have a set of data comprised of columns and rows (with column headers) that I…
Luke
  • 77
  • 1
  • 5
0
votes
1 answer

WrapPanel hides half of the last uiElement of each line

Each UserControl I have in a stackPanel has a WrapPanel, and each UserControl in this WrapPanel is a word (so they have a different size from each other, depending on the length of the word), so that a sentence appears. Here is an image to help you…
0
votes
0 answers

How to make usercontrol on a WrapPanel fill correctly each line

I am looking for a way to make the UserControl fill each line without letting a blank zone at the end of the line. That's my WrapPanel:
0
votes
2 answers

Can't get ScrollViewer to work within ItemsControl>WrapPanel

I have the following code: