Found 16 packages
Xamarin.Forms Custom Layouts(WrapLayout, RepeatableWrapLayout, RepeatableStackLayout, RepeatableFlexLayout)
Linear layout, that wrap its content to the next line if there is no space in the current line.
A Xamarin.Forms layout to bind data to a wrapped data. Allows for observable child views and auto updating layouts.
This is a binding library of Googles FlexBoxLayout. This control allows you to use something similar to a LinearLayout that can wrap to the next line. Before this library, this was a very difficult task. https://github.com/google/flexbox-layout
This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit. Controls: - AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space. - ConstrainedBox: Constrain child element by aspect ratio, scale, or multiple. - DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other. - StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - SwitchPresenter: A presenter which can act as a switch statement for layout providing alternate layouts based on a value. - UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space. - WrapLayout: Positions child elements in sequential position from left to right and breaks content to the next line. - WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.
NET MAUI Custom Layouts(WrapLayout,FitLayout)
This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit. Controls: - AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space. - DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other. - StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - SwitchPresenter: A presenter which can act as a switch statement for layout providing alternate layouts based on a value. - UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space. - WrapLayout: Positions child elements in sequential position from left to right and breaks content to the next line. - WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.
Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.
A control that can be used to present a collection of items in wrapped layout.
WPF custom layout panel
Android layout to show template for loading, empty, error etc. states. To do that all you need to is wrap the target area(view) with StatefulLayout.
Android layout to show most common state templates like loading, empty, error etc. To do that all you need to is wrap the target area(view) with StatefulLayout.
Android-based library that extends the platform-independent MH.UI library by integrating it with Android and providing additional utility classes, controls and resources.
XFControls is a set of Xamarin.Forms' control. Include Border / CircleBox / TabView / Flip / FontIcon / CheckBox / Radio / RaidoGroup / RaidoButtonGroup / Marquee / RatingBar / Stepper / UniformGrid / WrapLayout / Repeater etc...
Windows Phone Toolkit customized by Kinnara. Includes fixes, improvements, and more controls. This package also includes localized resources, XML documentation, and 76x76 ApplicationBar icons. Highlights: ApplicationBarSubmenu Submenu for an application bar item. FlipView Lets people flip through items one at a time. Similar to the WinRT FlipView. ImageButton + ToggleImageButton Button/ToggleButton control which has an image as its content. Label Enhanced text control that supports MaxLines and TextLineBounds. A rich set of standard styles are provided. ListView Long list selector with incremental loading and more. PhonePasswordBox An extended password box which implements header, placeholder text, and a show password check box. PhoneSlider An extended Slider which implements tick marks and snap points. PropertyUI Interactive property presenter with copy context menu. RadioButtonGroup More easily implement a group of radio buttons. StartView Panoramic view similar to the start screen. VariableSizedWrapGrid Provides a grid-style layout panel where each tile/cell can be variable size based on content. Similar to the WinRT VariableSizedWrapGrid. WaitCursor The wait cursor is a blocking visual animation typically reserved for cases where the application cannot continue until an event is satisfied.