Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 247 Bytes

#WPF Custom Wrap Panel.

WPF Custom Wrap Panel is a basic wrap panel control which includes a property called

	"PanelFull". 

To make use of this, add controls to the wrap panel by using

	CustomWrapPanel.AddControl(mycontrol);