This refers to Windows 8 and Windows 8.1 apps only.
I have a TextBlock with a long line of text which I want to wrap. I've placed the TextBlock within …
windows-store-apps winrt-xaml textblock word-wrap viewboxI have taken over the development of a Windows Store app, and our store certificate has recently expired. How do …
windows-store-appsHow is Metro different from WPF and WinForms? Are only metro style apps allowed to be sold on the Windows …
wpf winforms windows-8 windows-store-apps windows-10-universalI try this: PlayMusic = new MediaElement(); PlayMusic.AudioCategory = Windows.UI.Xaml.Media.AudioCategory.Media; PlayMusic.Source = new Uri(@"C:\Users\…
c# audio uwp windows-store-apps windows-storeI was wondering how I could go about converting an ImageSource object (in my case the source property of an …
c# windows-runtime windows-store-apps writeablebitmap imagesourceI want to style the legend items of the WinRT XAML Toolkit Chart Control. I checked the source code and …
windows-runtime windows-store-apps winrt-xaml silverlight-toolkit winrt-xaml-toolkitPlease tell me how to access flipview control inside Hubsection *DataTemplate*
c# xaml windows-store-apps datatemplate windows-8.1I have a Windows Store App solution which worked fine up until I installed Nuget Packages and Extentions from Catel. …
c# xaml windows-runtime windows-store-apps catelUsing this code: public void InsertPlatypiRequestedRecord(string PlatypusId, string PlatypusName, DateTime invitationSentLocal) { var db = new SQLiteConnection(SQLitePath); { db.CreateTable<…
c# sqlite windows-8 windows-store-apps sqlite-netWhile porting an application to the Windows Store, I noticed the .NETCore Framework does not include: System.Reflection.Assembly.GetExecutingAssembly() …
c# reflection windows-8 windows-store-apps