In this post, we will see how to resolve How to change the border thickness and color of an autosuggestbox in UWP? Question: I want to change the border thickness and border brush of autosuggest box in UWP. But the ...

In this post, we will see how to resolve Display PlaceholderText When DateTime is null in CalendarPicker in UWP XAML Question: I have a CalendarDatePicker with some DateTime object bound to it’s Date property. When the bound Date is null, ...

Question: I want to create a UI element similar to this I looked at possible controls and it looks like flipView might be the closest approximation. By default, FlipView only shows 1 element in the viewport and you have to ...

Question: I have view1.xaml: If I have view2.xaml using the same DataTemplate of view1: But I don’t want to duplicate the code in view (DataTemplate) as well as the code-behind(for Loaded=”Text_Loaded”), so what is the solution for this? Thanks Answer: ...

Question: I’ve an UWP app with following structure: Can I use Resources.xaml in App.xaml or MainPage.xaml and how? Answer: It depends on the project type of Common. If it’s a “Class Library (Universal Windows)” or “Windows Runtime Component” project, then ...

Question: I’m utilizing an API which returns a list of image URLs. But the problem with the API is it only provides 50 URLs per page, for the second page, we want to make a request with the page parameter ...

Question: I need to create a custom Scrollbar in UWP ? But I can’t find any clear logic to calculate Scrollbar thumb width and Position. What I have tried ? where, Is it correct ? I tried like this . ...

Question: Since several years I have an UWP app (card game) in the Microsoft Store. It is well tested and runs fluidly on Windows 10 even on an i5 CPU with only onboard graphics. The app UI is built with ...

Question: How to change the width of columndefinition in grid like in the above image when user places mouser over the edge of cell it allows user to increase or decrease the width? Answer: You could put some Rectangles on ...

Question: By default UWP TileControl allows animate itself from left to right. It is unclear how to get it working in the opposite direction from right to left? Thank you! Answer: You specify a negative value for the AnimationStep Properties. ...