WPF WebBrowser ControlThe WPF WebBrowser control was introduced in WPF 3.5 SP1 (August 2008). It supports rendering HTML from an […] April 11, 2020 in WPF tagged web / browser / webbrowser by Mike
WPF FrameThe Frame is a WPF built-in content control that does not have the notion of being clicked like […] April 11, 2020 in WPF tagged simple / frame / container by Mike
WPF ToolTipsThe Tooltip is one of the three content containers that don’t have the notion of being clicked. The […] April 11, 2020 in WPF tagged Tooltip / infotips / hints by Mike
WPF DataGrid Control ExampleLet’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […] April 11, 2020 in WPF tagged WPF / control / datagrid / example / WPF DataGrid Control by Mike