List of Free code Windows Presentation Foundation Canvas

Projects

  • SelectableCanvas for WPF
    An enhanced Canvas that allow users to drag and resize controls in the canvas on runtime. This custom control is written in C# for WPF.
  • WPF Control Canvas
    A WPF user control that allows dynamic creation of controls on a canvas. At runtime, users can add, remove or change controls on your canvas (like textboxes, checkboxes, drop downs etc). Control Canvas can be used in applications that need a dynamic canvas that can be chan...