Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 838 Bytes

P42.Uno.Controls

Suite of widgets for the purpose of making Uno/UWP development easier.

  • Aligned Placement Panel: A button bar that uses child element's Horizontal Alignment and order of placement in Children to arrange the elements.
  • AnimatedBar: An animated drag bar
  • ContentAndDetailPresenter: Primary displays the DetailView and, when presented, will show either a drawer or a popup to display the content (editor) view.
  • EmbeddedSvgImage: Displays SVG images
  • FlexPanel: Panel based upon HTML Flex panel
  • Label: a TextBlock like element with auto-sizing capabilities
  • LoopingFlipView: A flip view that will infinitely loop
  • Popups: A collection of popup views
  • SegmentedControl: A simple (and fast rendering) segmented button view
  • Spinner: A busy spinner (very much redundant)