Why do not I resize when I put the cell in the Landscape position?
Here is the image:
FollowmyLongListSelector<Gridx:Name="ContentPanel" Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center">
<phone:LongList...
Would it be possible to bind the unique selection between two ListView objects via XAML?
For example, I have two ListView , TopListView and BottomListView , both configured for simple selection, ie only one item can...
I tried to implement the code below in a Windows Phone 8.1 project, it had already been implemented in Windows Forms successfully.
What should I change to be valid for Windows Phone 8.1?
private void reset_Click(object sender, RoutedEventAr...
I defined the visibility of my combobox as Collapsed, for visual reasons and since the AppBarButton is more presentable. I want to know if it's possible to call the combobox event by triggering the event of an AppBarButton?
Something like:...
Well, I understand the concept of namespaces in C #, C ++, etc.
But I do not understand the concept of namespaces in WPF (XAML).
I've been trying to understand the xmlns parameters in an XAML code. I read MSDN publications on th...
WPF is the "new" one for development, not only desktop but also mobile. However, almost all of the material that is available on WPF is fully tied to the use of IDE and XAML.
But XAML is an intermediate language, it is compiled into C # code,...
I have DataTable loaded with information in a WPF application.
I would like to get this DataTable and load it into a DataGrid .
How can I do this the easy way?
DataGrid in XAML:
<Grid>
<Button Cont...
Good afternoon guys, I have a somewhat ridiculous problem, but I can not find the solution.
I'm trying some stringFormat as StringFormat={}{0:#,#.00}} and StringFormat=N2} , in addition to StringFormat='c' , but taki...