Extensible Application Markup Language (XAML) is an XML language used for defining user interfaces in WPF and Silverlight

learn more… | top users | synonyms

2
votes
0answers
41 views

WPF Disable Window Close and Minimize Button on Tabbing

How can I disable TabStop of minimize, maximize and close button of my Form in WPF?
0
votes
1answer
73 views

Windows 8 Metro XAML. How to change background of grid on hover and/or click

I would like to change the background of my grid to white when you hover over or select it. I'd also like to change the color of the text inside at the same time to black. This is specific to one page ...
0
votes
2answers
67 views

Trigger Style on One Column of GridView

My question is similar to WPF Grid - How to apply a style for just one column? but applies to a GridView inside of a ListView I'm trying to apply a trigger that will change the color of text within a ...
0
votes
1answer
38 views

changing color at run time but hits with exception

I have defined a custom SolidColorBrush in my app.xaml <Application.Resources> <SolidColorBrush x:Key="App_DarkForeground" Color="White"/> </Application.Resources> in ...
0
votes
0answers
29 views

Add to Command Action From Parent Control

I have a custom control that is a textbox with an embedded button for clearing the textbox. The button is wired to the ApplicationCommands.Delete command with the target as the textbox. This works ...
0
votes
1answer
23 views

Set Grid Column Width to Bound Perctange

I want to display a Rectangle with a dynamic Width based on a bound data source. I originally looked into using a Converter, but wasn't able to bind to the converter parameter to get a read dynamic ...
0
votes
2answers
34 views

How to a implement ListBox ScrollIntoView functionality in a ViewModel

I have a screen with a TextBox in which the user can type a 2-character state code. Below the TextBox is a ListBox containing all 50 state codes. The TextBox is bound to property in the VM, and the ...
0
votes
1answer
24 views

Multiple Alignments inside border

I have the below xaml code. I am trying to align the image and the textblock to the right. The first textblock is displaying correctly, I just want the image and 2nd textblock to dock to the far ...
0
votes
1answer
58 views

Images in Stack Panel not being Displayed

I am having a problem, my program is running, but no images are being rendered, I am quite new to C#, and I have been working on this single application for forever! I have included my FULL code, in ...
1
vote
0answers
32 views

DataContext change on UserControl not updating child control's property

I've got this simple control: <UserControl x:Class="MyProject.Controls.ImageToggleButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
0answers
23 views

How To Get XAML GeometryVisual3D Coordinate On Screem (X, Y) Coordinate In Pixel [duplicate]

I am developing App using WPF with XAML 3D model and Kinect Gesture as the input command to do some animations on the 3D model like rotating. I have a microwave model that has a door and also a hand ...
0
votes
1answer
69 views

Navigate properly between tab in a WPF MVVM application

I'm doing a WPF application with the M-V-VM patern (i'm using galasoft if it's relevant), but I have issues when I navigate through a tabcontrol. I'm adding tabs on the run. All the binding seems to ...
0
votes
1answer
6 views

DataTrigger doesn't swap back

basically i have 2 ComboBoxes and i want to isEnabled="false" my secound ComboBoxe2 as long as my first ComboBoxe1.Selecteditem == null so i created the following DataTrigger <ComboBox ...
0
votes
0answers
25 views

Data binding collection of Cordova webviews to a pivot control

I am trying to use create an app that will open multiple widgets from a website in different PivotItems in a Pivot Control with Cordova. To do this, i'm trying to bind a collection of webviews to the ...
2
votes
1answer
48 views

Windows Phone 8 Equivalent for Android's StartActivityForResult

I am from an Android background and am progressing into Windows Phone 8. I have a Page that uses the camera to decode a QR code and this works fine. In Android I would start this Activity using the ...
3
votes
1answer
50 views

Add a header/title to a context menu

I want to create a style for all context menus in my app. This style will allow me to add a header/title to my context menus. The style I am using right now is as follows <Style x:Uid="someStyle" ...
0
votes
2answers
43 views

Anonymous cast type exception

I have a LINQ to EF query in which I select some columns of the entity t_Klantenhistory. This query is the items source of the datagrid dgHistory. Auto generate columns is set to true. When I want to ...
0
votes
0answers
31 views

how to open listbox upwards

I have listbox in a popup under a textbox in my project the text in textbox is searched and results are shown in listbox my problem is the textbox is nearly at the bottom of my page and when textbox ...
1
vote
1answer
40 views

How do I write WPF Trigger to change cursor on textblock hover

I have a textblock that currently has a trigger that sets the foreground colour when the mouse enters and back to the default when it leaves. The problem I have is that I would also like the mouse ...
0
votes
1answer
22 views

Navigation bars with thumbnails in Windows 8

Navigation Guidelines does mention that we can include thumbnails in the Navigation bar(top app bar) for buttons. I have searched for examples but found none. I have created a basic top app bar. ...
1
vote
1answer
42 views

WPF highlighting tab headers where validation fails

I currently have a tab control containing multiple tab items, where each tab item contains different custom user control. I would like the tab headers to turn red when the associated tab contains a ...
0
votes
1answer
82 views

An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll

I'm working on a small application in C#/WPF that is fed by data from the serial port. It also reads a textfile containing some constants in order to calculate something. An event handler is made to ...
0
votes
0answers
27 views

Photocapture device Camera Hangs in Windows Phone 8

I am developing an application in Windows Phone 8. Basically in my application, i use PhotoCaptureDevice API for taking snaps and scanning Barcodes. When I go forth and come back to camera page ...
-2
votes
0answers
19 views

Project suddenly breaks with tons of xaml errors “The name X does not exists in the namespace Y” [closed]

Subj. Guys, what are you doing in this case in the first turn? Edit: in my case, fixing non-xaml error helped.
0
votes
0answers
15 views

Is there a “Tool” to convert WCF XAML based Activities to CodeActivity

I have bunch(100's?) of XAML (Designer) Acitvities That would like to be AutoMagically converted to CodeActivities. Reasons?, Too many.. (it makes me angry?) I've .., of course been moving them one ...
1
vote
0answers
52 views

ResourceDictionary and Serious Performance Issue

I have two simple ResourceDictionary in my application. Converters.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:l="clr-namespace:MyApp" ...
0
votes
1answer
30 views

Binding TextBlock To Observable Collection

I am trying to bind a textblock to a item in a observable collection. Below is the class and the property for the collection. Am I binding correctly? Thanks! public class ListStuff { public ...
0
votes
0answers
29 views

Caching of displayed images in Silverlight/Windows Phone app

My app shows a list (LongListSelector to be precise) with text and Images. For the images, I currently bind the Source attribute to an HTTP URL provided by the model class, which works without ...
4
votes
3answers
93 views

How to Bind to window's close button the X-button

How I can bind one of my buttons on control to X Button that closes the window ? I just want to create cancel button that just closes the window. I am using MVVM in my code. If possible to do it only ...
0
votes
1answer
32 views

RadioButton and image

I try to set up images instead of bullet for my RadioButtons. I've 10 RadioButtons but I can't setup my FishImg for all. Only the rb I clicked just before displays the imgFish. My Style ...
1
vote
2answers
45 views

Setting Binding.Path throws exception on some machines

Consider following example public class Test { private static string _property = "Success"; public static string Property { get { return _property; } set { _property = ...
0
votes
1answer
32 views

GridView does not refresh changes to items when using LayoutAwarePage.DefaultViewModel

In a "Blank App" (Visual C#, Windows Store), I create a new "Grouped Items Page", then declare a MyItemViewModel class deriving from DependencyObject with a Dependency Property for a String Title. ...
1
vote
1answer
32 views

WPF Listing Binding within a list

I'm starting to go nuts here, I'm new to WPF and this seems so difficult. I come from MVC and what I'm looking to do is a snap in Razor. I am trying to bind the below: public ...
0
votes
2answers
40 views

Building an error summary in WPF

My form is bound to an object that implements IDataErrorInfo and it validates correctly on a field by field basis. I would like to have some way to summarize the results based on the fields on the ...
0
votes
1answer
11 views

Using dependency properties

I have I very simple WPF game: It has a couple of buttons and some labels. Every time the user clicks on a button I have a counter that I raise by 1. I want to show to counter value on every label on ...
0
votes
1answer
23 views

Add Control after Items in GridView Group

I'm currently developing a Windows 8 Store app that uses a Grouped GridView in the HubPage showing Highlights for some Categories. So far, when clicking the Header you see More Highlights for this ...
3
votes
1answer
37 views

Set culture for a WPF DateTimePicker validation

I use a DateTimePicker on a WPF application. I would like to bind the .Text property to the SelectedDate, so I use binding like this: <DatePicker x:Name="DateTimePicker_Date" ...
0
votes
1answer
69 views

How To Get Json Data in Windows Phone 8

i'm trying to carry my android app to windows phone 8 enviroment. The question is clear, how can i get my json data from web api into my application ? It can be LongListSelector or Grid to fill.. ...
0
votes
0answers
45 views

No defaultview of datagrid

I want to filter data that's loaded in the datagrid. This datagrid is bounded to an entity of EF. I read different posts on the internet about filtering and from all those posts I could create the ...
4
votes
2answers
85 views

Is it possible to use reflection directly in XAML

In my DB I have a table that contains different items of userControls with the attributes "ClassName", "AssemblyName" and "NameSpace" which are necesarry to init the instances using reflection. My ...
2
votes
1answer
76 views

Unable to Style TabControl

Within my application, I have recently tried to jazz it up in terms of its appearance so I have tried using MahApps.Metro. But I've hit a little of a snag. Within my application, I have a tabcontrol ...
6
votes
1answer
81 views

WPF: Custom tooltip arrow placement

I have a custom tooltip style that basically creates a nice black tooltip with an arrow pointing to the location of the item you hovered over. The problem is that sometimes the tooltip will not ...
0
votes
0answers
34 views

'System.StackOverflowException' occurred in WindowsBase.dll

Exception details does not have anything useful, it states {Cannot evaluate expression because the current thread is in a stack overflow state.} I've a complex Visual Tree structure in which several ...
0
votes
1answer
11 views

WPF SharedGridSize group with ItemsControl embedded Grids

I am trying to embed multiple grids within another grid using an ItemsControl and have all the child grids share the same row heights: <Grid> <ItemsControl ItemsSource="{Binding ...
0
votes
1answer
62 views

MVVM: Convert code-behind to XAML

I've got an AllTopicsViewModel and its got a property ExerciseVM which is an AllExerciseViewModel, since I want to be able to refresh the AllExerciseViewModel of an ExerciseView so I am doing it like ...
2
votes
2answers
53 views

Adding Slider values from DataTemplate in ListView

I created a DataTemplate containing: A TextBlock and a Slider (x:Name="_score") in a horizontal stackpanel. The TextBlock refers to a new ObservableCollection, where class Category contains a string ...
0
votes
1answer
14 views

Binding to an array index of the data source of a control

I have an array that is a public property like so: public bool[] Values { get { return _values; } } and some RadioButtons bound to the array, with a Command and CommandParameter. <RadioButton ...
0
votes
0answers
25 views

Nested class in XAML

In XAML for WPF you can reference a nested class with the plus sign OuterClass+InnerClass This syntax doesn't seem to work in XAML for WinRT. Is there another syntax that works?
0
votes
1answer
35 views

how to put a button at the bottom of the listbox in wp7?

Windows phone 7.5 and above. I wanna add a button at the bottom of the list, so the user can click it to fetch more articles. I put a button inside a listbox in xaml. But it does not work, when the ...
2
votes
2answers
55 views

Add variable number of control

I am relatively new to WPF, can someone point me to the best methodology please? I will be creating a block diagram with lines linking the blocks. The boxes will all be in a row so I was thinking of ...

1 2 3 4 5 326