by bilalamjad | Feb 3, 2016 | Expression Blend, Visual Studio
When you wish to add items to a ListBox control, one approach is to right-click the control on your artboard and select the Add ListBoxItem menu option (a ComboBox control would show an Add ComboBoxItem menu selection). If you take this approach, you add a new...
by bilalamjad | Jan 29, 2016 | Expression Blend
When you want to add a GUI control to the artboard, you could hunt for a given item on your Tools panel. However, remember that the Tools panel shows you only a selection of commonly used UI controls, grouped by category. If you take a moment to examine your options,...
by bilalamjad | Dec 11, 2015 | Expression Blend, Visual Studio, Windows Phone, XAML
Grid Control, as the name suggest, provides you a grid to manage, organize and create a lay out for any kind of application rather its WPF, SilverLight, Windows Form and Expression blend etc. Its a very good practice to organize your control inside a grid but the next...
by bilalamjad | Nov 22, 2015 | Expression Blend
What we will learn: In this article we’ll see how to create a marquee control in WPF or Silverlight application using Expression Blend. Marquee control is used for scrolling piece of text or image displayed either horizontally across or vertically down on your...
Recent Comments