Avalonia
HomeSupportGitHub Repository
Search…
👋
Welcome
Documentation
⚡
Getting Started
🔄
Data Binding
🎨
Styling
🧰
Controls
AutoCompleteBox
Border
Button
ButtonSpinner
Calendar
Canvas
Carousel
CheckBox
ComboBox
ContentControl
ContextMenu
Decorator
DataGrid
DatePicker
DockPanel
Expander
Flyouts
Grid
GridSplitter
Image
ItemsControl
ItemsRepeater
LayoutTransformControl
ListBox
Menu
NativeMenu
NumericUpDown
Panel
ProgressBar
RadioButton
RelativePanel
RepeatButton
ScrollBar
ScrollViewer
Separator
Slider
SplitView
StackPanel
TabControl
TabStrip
TextBlock
TreeDataGrid
TimePicker
TextBox
ToggleButton
ToolTip
TreeView
TransitioningContentControl
UserControl
Viewbox
Window
WrapPanel
📚
Templates
✏
Authoring Controls
🖱
Input
🔑
Animations
📐
Layout
📦
Distribution / Publishing
API Reference
🧾
Namespaces
Guides
🐣
Basics
🤿
Deep dives
👩💻
👩💻 Developer Guides
Tutorials
📋
ToDo List App
📻
Music Store App
Running in the Browser
📱
Developing for Mobile
Misc
👪
Community
🖥
WPF Developers Tips
📋
Projects that are using Avalonia
❔
FAQ
Powered By GitBook
WrapPanel
The WrapPanel control is a Panel which positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the Orientation property.

Reference

​WrapPanel​

Source code

​WrapPanel.cs​
Previous
Window
Next - Documentation
Templates
Last modified 8mo ago
Export as PDF
Copy link
Edit on GitHub
Contents
Reference
Source code