Trigger window.resize event via javascript

2016-06-15 Use below code to trigger window.resize event. This can be helpful to refresh some libraries like Chartist.js when a panel  or a div the control is contained in is expanded. P.S. The above method isn’t supported by Internet explorer (failed on IE 11), therefore use below method for wider browser support.

ILT – How to Create a Simple ArrayList Within XAML

25-09-2012 Following is a sample to create a simple ArrayList in XAML. This most of the time serves as a simple straightforward data-source to test your controls. If you wondered like I did, Following is the definition of col and sys namespaces. Add these lines to the main tag (Window, UserControl, etc.) of your XAMLContinue reading “ILT – How to Create a Simple ArrayList Within XAML”