Skip to content

digimezzo/WPFControls

Repository files navigation

WPFControls (deprecated by Foundation project)

WPFControls contains some simple controls which can be used in WPF projects. Their usage is best described by the tests which are included in the project.

Release Issues Donate

Controls

  • BorderlessWindows8Window: borderless window that has the look and feel of windows in Windows 8
  • BorderlessWindows10Window: borderless window that has the look and feel of windows in Windows 10
  • LabelToLower: label that converts its text to lower case
  • LabelToUpper:label that converts its text to upper case
  • MultiPanePanel: panel with 2 or 3 resizable (draggable) panes
  • MultiSelectListBox: ListBox that doesn't lose selection of multiple items when starting a mouse drag operation
  • Pivot: UWP-like Pivot control
  • ProgressRing: Windows Modern UI progress ring
  • SlidingContentControl: ContentControl that slides and fades in its content on content change
  • ToggleSwitch: custom toggle switch
  • UWPSlider: slider that has a UWP look and feel
  • VirtualizingWrapPanel: WrapPanel that virtualizes its child collection
  • Windows8Slider: slider that has a Windows 8 look and feel
  • Windows10Slider: slider that has a Windows 10 look and feel
  • Windows10ToggleSwitch: toggle switch with Windows 10 look and feel

These controls are showcased in my other projects Dopamine and Knowte.