-2
votes
0answers
61 views
+50

WinJS, Win RT, WPF - Overview of msft technology stack for mobile and desktop needed

Intro and motivation These articles WinRT the new Silverlight and WPF and Windows and Line of Business Applications: No Good Options are talking about some of the new technologies microsoft has come ...
2
votes
3answers
35 views

Context menu in WinRT Xaml

Is there any default way to have context menu in WinRT. am migrating my WPF application to WinRT Xaml, and am in search of Context menu support in WinRT. How could i achieve this?
0
votes
1answer
28 views

Scaling in scrollviewer from code

I have a big image in the scrollviewer, so now I need to scale an image to see part of that image on the full screen. I need to do that from my code. How to do that?
0
votes
1answer
31 views

XAML Property Element Not Found in Parent, what does it mean?

I have been drilling through XAML and trying to puzzle together how it actually works. I have got the following XAML from one of the sample code I downloaded, an earlier question has explained away a ...
1
vote
3answers
67 views

Child elements in XAML

I'm just learning XAML so bear with me. When you nest an element in XAML it seems like that element is set to the "Child" property of the parent UI. However in the following code the child element ...
0
votes
2answers
43 views

WPF Show part of drawing path

I have a drawing with <Path> element. It contains dificult Data attribute so how I can show part of this path.
0
votes
0answers
54 views

CollectionViewSource - headers without content

I would like to have GridView with CollectionViewSource but I need only headers without content sometimes, so I have a method: internal List<GroupInfoList<object>> GetGroupsByLetter() ...
0
votes
1answer
71 views

Issue with Swipe inside ListView

I am using a ListView in a Windows Store App. Whenever I start swiping(using simulator tap mode) over the list view all the items move together as illustrated in the picture. How can I disable this ...
0
votes
2answers
92 views

GridView width inherited from parent

I have a StackPanel with a fixed width. Inside that StackPanel I have a GridView, which Width should be limited to its parent width (smth like Width="*"). My sample XAML: <StackPanel ...
0
votes
3answers
68 views

Find which UI Element the mouse is over

How to find the UI Element which is directly over the mouse over point. Here Experience Age, Experience Month are Custom controls. How do i get the Experience Month UIElement?
1
vote
2answers
50 views

How to adjust height of ListViewItem as *?

I have a ListView and am adding 5 ListViewItem. in that the 3rd item's height should take the rest of the height like row definition given in the code. <Grid.RowDefinitions> ...
1
vote
2answers
709 views

Windows 8 development WPF or Windows Store XAML

I've been developing a windows store application for a windows 8 tablet (Microsoft surface). So far the application has been designed using XAML-RT/C# using a SQLite database. The application won't be ...
1
vote
1answer
275 views

ListViewItem IsSelected Binding - Works for WPF, but not for WinRT

I'm trying to bind the IsSelected property of a ListViewItem to a property in a ViewModel. It works fine in WPF, but in Windows RT the IsSelected property is never getting set. public class Item : ...
0
votes
2answers
72 views

How to set XAML property via a function call?

Good day.... I have a simple page with a rectangle, an ellipse, two sliders and a textblock. The two slider controls (via binding) the height and width of the rectangle. I would like to set the ...
1
vote
1answer
34 views

Cannot set ScrollUnit or ContentScroll in Windows Store App

I have a VirtualizingStackPanel with Horizontal orientation. I am looking for a way to make the ScrollViewer scroll to content rather than by pixel. I know that .NET 4.5 brought the ScrollUnit ...

1 2 3 4 5 6
15 30 50 per page