Sunday, July 9, 2017

WPF with XAML and C# - Controls

Basic controls in WPF

  1.  Text Controls
  2.  Selection Controls
  3.  List Controls
  4.  Other Controls

Simple form sample with set of basic controls

section 1 of form application

section 2 of form application


section 3 of form application


section 4 of form application


Once combined above all sections together as one xaml file, it will be a wpf simple form application with set of controls.  Design view of the given application as below;


Let's discuss on Events basics with samples in next part of this series. 

No comments:

Post a Comment