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

learn more… | top users | synonyms

0
votes
0answers
24 views

C# XAML Trouble accessing certain index of a table

So I've got a program that links to a windows azure mobile service database and what I'm trying to do is have a combobox with the zipcodes showing. The zipcodes are in the 5th position on each column, ...
0
votes
0answers
13 views

ListBoxItem HorizontalContentAlignment

I have a problem with my ListBoxItem's on a Windows Phone 8 app, while trying to get them to stretch across all the width of the ListBox. My ListBox: <ListBox ...
0
votes
1answer
32 views

LongListSelector get selected index

Is there a way to get the index of a particular element from a LongListSelector control? I'd like to remove the object the user has selected but there doesn't seem to be a straightforward way of doing ...
0
votes
0answers
20 views

Xaml image control stopping working after a while

I'm creating an image viewer software in C#, and I'm using an embedded Xaml image control to display the images because it's MUCH faster than rendering the images to winForm pictureBoxes. The images ...
1
vote
0answers
49 views

Possible Mvvm-light bug with EventToCommand

Everything starts pretty simple: i have a ListBoxSelector (app is for wp7). Items consists of picture and some text. Items style is stored inside of the StyleTemplate. Image can be tapped, its event ...
0
votes
0answers
10 views

Trigger Gridview to relayout the items

I have <GroupStyle.Panel> <ItemsPanelTemplate> <VariableSizedWrapGrid ItemHeight="5" ItemWidth="5" Orientation="Vertical" ...
0
votes
1answer
30 views

Getting Parent Element Width for Converter

I'm trying to get the entire width for a current cell so I can draw a rectangle with a width of a certain percentage of that cell. I wasn't able to bind to set the Width property more than once, as ...
0
votes
1answer
31 views

Missing a Using Directive or an Assembly Reference WPF & XAML [closed]

I am having a problem where, INotifyPropertyChanged, PropertyChanagedEventHandler, and PropertyEventChangedArgs, can not be found: "The type or namespace name 'PropertyChangedEventArgs' could not ...
0
votes
4answers
39 views

Give TextBlock Default Value if result returns null

Hello I am trying to give a default value to a textblock if the results returned are null Here is what I am trying! All that returns is the String Format I set! <TextBlock ...
0
votes
1answer
11 views

Windows Phone Context Menu Item Text Not Appearing

I have a Windows Phone 8 app using XAML/C#. My app has an ItemsControl that relies on a data template. My DataTemplate looks like the following: <DataTemplate x:Key="myTemplate"> <Grid ...
0
votes
1answer
29 views

How to Validate TextEdit to accept Website address,Phone,Email formats only in WPF from .cs file?

I have a TextEdit on form. which contains website address Text Field, Phone(US), email. I want to validate all these from .cs file. Please any one can help me? WPF Markup: <dxe:TextEdit ...
1
vote
1answer
74 views
+50

Border Margin in Window template doesn't have any effect when used with WindowChrome

I was checking out the WindowChrome class in System.Windows.Shell library (v 3.5.41019.1). When I try to create a Window template, the margin of the Border element in the template seems to have no ...
0
votes
0answers
31 views

How can I add a nested WPF window with a class reference within a root window?

I would like to do something such as the following, but I am getting an error that, "The attribute 'Class' from the XAML namespace is only accepted on the root element." Well, I guess my question is ...
1
vote
2answers
33 views

Cannot find silverlight Busy Indicator Control in Choose Items ToolBox Window

I have Installed the Silverlight 5 SDK and I am Trying to Add silverlight Busy Indicator Control to my ToolBox.But I cant Find it in Choose Items ToolBox Window How Can I Add silverlight Busy ...
0
votes
1answer
28 views

WPF drop event for empty groupbox

Im trying to implement an empty WPF groupbox as a landing zone for drop event (e.g. Files). But he following xaml <GroupBox Header="Drop Files to convert in here" AllowDrop="True" ...
0
votes
1answer
23 views

XAML make animation smooth

I'm animating a GridColumn width property (GridLength) with an ObjectAnimationUsingKeyFrames. My question is, is it possible to make the animation run smooth. <Storyboard ...
1
vote
1answer
46 views

How to disable right-button selection on List View Item (ListViewItem)?

I want to prevent the ability to deselect a list view item if it is already selected. Therefore how do I prevent right mouse click ability to deselect an item? I have prevented the ability to ...
2
votes
0answers
38 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
43 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
57 views
+100

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
36 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
27 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
21 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
29 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
54 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
24 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
56 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
20 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
38 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
46 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
41 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
28 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
16 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
40 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
56 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
23 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
51 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
28 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
25 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
67 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
29 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
23 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 ...

1 2 3 4 5 325