I had tough time get the value of selected item of a ListView. So in this post I am sharing the code snippet required to fetch selected item from the ListView. Read this article for ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application I strongly suggest you to read theContinueContinue reading “How to fetch selected item of ListView in HTML based Windows 8 Metro Application”
Tag Archives: Windows 8 Metro Application
Isolated Storage Helper For C# and XAML based Metro Application
This post and helper class is based on work of Jamie Thomson . I thank him lot for that. Why to use Metro Application Isolated Storage Helper? This helper class helps you to perform Read,Write and Delete of structured data in Isolated storage folders. How to use this? Download Metro Application Isolated Storage Helper fromContinueContinue reading “Isolated Storage Helper For C# and XAML based Metro Application”
Live Tiles in XAML based Windows 8 Metro Application
In this post we will discuss Live Tiles in XAML based Windows 8 Metro Application. We will see Updating Live Tiles Creating queue of information to update Live Tiles What is Live Tile? Tiles are the entry point for the application. You will find TILES for all applications installed on your machine at the startContinueContinue reading “Live Tiles in XAML based Windows 8 Metro Application”
ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application
Windows 8 CP and VS11 are around. Recently I wrote Setting up Visual Studio11 Beta for Metro Application Creation . In this post let us get into some development. In this post we will see Creating DataSource ListView Binding to DataSource Creating ItemTemplate Grouping Data Source Using SemanticZoomView over ListView At the end of theContinueContinue reading “ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application”
Flyout control in Windows 8 HTML JavaScript Metro Application
In this post, I will discuss how to work with Flyout in Windows 8 Metro application. Flyout is a type of UI surface in Windows 8 metro application. It is used to show simple message or popup. If user touches or clicks anywhere on the screen then Flyout disappears. It usually used to collect simpleContinueContinue reading “Flyout control in Windows 8 HTML JavaScript Metro Application”