Browse by Tags

Tagged Content List
  • Wiki Page: How to Print Textbox Text in Windows 8 Application

    Introduction Microsoft's documentation and sample for printing is too much complex. The sample app for printing shows only how to print RichTextBlock. There is no tutorial to print the text box content in Windows Store app. Moreover to print single line of string, one has to write too much code...
  • Wiki Page: Building an App using the DataviewModel from external XML

    The title pretty much explains everything we will find in this article and solution to this question We will be using data from xml file to build our own data model and then finally displaying that to end user. ( Actual Question Image Link ) Basically this question answers three things...
  • Wiki Page: Binding an item inside ItemsControl's DataTemplate to the property on Page DataContext

    Typically in all scenarios we bind the ItemControl's ItemsSource to the collection of Data Model item. Then we configure our DataTemplate Binding to the properties inside Data Model item. However, in this particular scenario MSDN questioner wanted to bind the one UIElement inside DataTemplate to...
  • Wiki Page: Insert ComboBox item separator which is filled through Data Binding

    As title says, this article discusses how to add item separator in combo box which is populated using data binding. We will create a simple combo box in xaml as shown below with Binding to Items on DataContext source. <ComboBox Height = "40" ItemsSource = "{Binding Items...
Page 1 of 1 (4 items)
Can't find it? Write it!