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
1answer
20 views

Swipe-select on a GriedView Item in MVVM

I have a GridView where I want to be able to swipe-select the items or click on them. As I wanted to work with MVVM the Click was handled by a Command on a Button which is the root of any item in the ...
-2
votes
0answers
31 views

Resize BitmapImage with c# - windows 8 store app [duplicate]

I am downloading images and want to resize them to half their sizes. I have checked on some codes online and examples made by other people but they seem to be resizing images already stored in the ...
0
votes
1answer
38 views

How to disable the Wide Tile for SecondaryTiles in Windows Phone 8?

I am developing an application in Windows Phone 8. Having set of Tiles in my Home screen and these tiles can be pinned as a SecondaryTiles in the Windows Start screen. Basically i am using ...
0
votes
0answers
41 views

Half day schedule in silverlight

I have a TimePicker, which make me choose a time in a dropDownList, like this But, I'm wondering, if it is possible to have, instad of this, a little calendar (like in outlook) based on a particular ...
0
votes
1answer
71 views

Need to bind/populate combobox in WPF forms, ideally with value and display

My application for other reasons isn't set up with the MVVM architecture and I'm not able to at this time. The only thing that I need to modify now is a combobox to be populated from the database (it ...
0
votes
0answers
33 views

Updating DataTemplate on LoadingRowDetails Event using MVVM

I have a Grid which has a childGrid inside DataTemplate: <RadGridView Grid.Row="0" x:Name="parentRadGrid" LoadingRowDetails="parentRadGrid_LoadingRowDetails"> ...
0
votes
2answers
28 views

Update bound property in ItemsControl

Quick description of my setup: Disclaimer: The code is only to show what I want to do. The command binding for instance is done with event triggers etc. I'm pretty sure this wouldn't even build, but ...
0
votes
0answers
23 views

TemplateBinding a GradientStop Offset

I'm trying to bind a GradientStop Offset in order to display some sort of progress bar inside an Ellipse. The CustomControl is a button and if possible I'd like to keep it that way. Of course there ...
0
votes
2answers
70 views

Mouse Double Click DataGrid row

I have a DataGrid style template that I wish to add double click behaviour to. The binding should be correct but I cannot seem to get the xaml compiling / working. All objects added to an ...
0
votes
0answers
36 views

Windows Store App Unit test fails when using custom control

I have a Windows Store App (C# + XAML) and wanted to create some unit tests for it. I created the unit test project for this within my solution and the default test method works fine. Then I added my ...
1
vote
2answers
40 views

Adding Converter declaration

I try to insert an image to my GUI application by means of a binding and a converter. I create an instance of a value converter in the resources of my Main Window: "xmlns:my1="clr-namespace:MyApp" ...
0
votes
2answers
51 views

Create Calendar Control in Windows Phone 8

How can I use Microsoft Templates to create Calendar Control ? Can someone provide me a code for this ? or which references should I have to create a calendar. And one more question, how references ...
2
votes
3answers
68 views

Apply style for buttons in all Windows in WPF

I have a style setup in my XAML for the creation of round corner Buttons in my WPF window. I would like this style to apply to all buttons on all windows in my application. Is there a way, similar to ...
0
votes
0answers
35 views

Get specific UIElemet from grid in Windows Phone with visual tree helper

I have grid view in windows phone xaml page and this grid contains many UI element like buttons, checkboxes and textboxes. I want to search some specific UIElement by name from that grid and want to ...
1
vote
0answers
32 views

interface custom preprocessor task in WP7 project compilation by modying the csproj file

I have a Visual Studio solution with 2 Windows Phone 7 projects. One is the main project, the other links its xaml pages from the first. I try to modify the .csproj file of the second project in ...
0
votes
1answer
31 views

How do I bind TwoWay between a CheckBox in a UserControl and the ViewModel in the wider scope?

I have a UserControl that has a CheckBox on it. When I consume the UserControl on my main XAML page, I'd like to TwoWay bind a property on the control to a property on my ViewModel e.g. ...
0
votes
1answer
62 views

XAML / C# : for each border

In XAML / C# I use a lot of similar borders. They are named border1, border2, ..., border10. At the moment my databinding looks like this: border01.DataContext = myObjectList[0]; border02.DataContext ...
3
votes
1answer
51 views

Alteration Color Change for Listbox

I have a listbox and I want to change the color of every other row. I have tested the following code, but the colors are not changing. Am I missing something? <ListBox Height="250" ...
1
vote
1answer
22 views

Dropshadow appearing around textblock itself instead of the individual text characters

In my code, I made a DataTemplate in a SurfaceListBox. I added a drop shadow to the stack panel as well as to the textblock within the stack panel. When I run it, the drop shadow on the textblock ...
1
vote
1answer
39 views

playing video black rectangle

I have to play a video demonstration when the user doesn't touch the mouse for few seconds. <Window x:Class="IHM.Animation" ...
1
vote
1answer
60 views

How to make buttons inside a stackpanel expand to use up the whole space?

I have a windows 8 C#- xaml app. I have a stack panel which has 6 stackpanels in it.. Each stack panel has 7 buttons. So the whole thing is 6x7 buttons forming a calendar. The main stackpanel is ...
0
votes
1answer
45 views

Reset GridView/ListView 's scroll position programatically (win store app)

My GridView re-populated when the user chooses ComboBox item. The problem starts when the user scroll the gridView somewhere to to the middle of the gridview and when he chooses different item in the ...
0
votes
0answers
30 views

XAML button click or tap event not raised in usercontrol

I have a XAML user control with a collection of buttons. My XAML is as follows: <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
1answer
55 views

Is there a best way to manually disable and re-enable a binded button?

In my ViewModel I have the following method: public async Task<Boolean> DoSomething(Button sender) { Binding binding = sender.GetBindingExpression(Button.IsEnabledProperty).ParentBinding; ...
0
votes
1answer
46 views

WPF Hyperlinked Image with rounded corners

Question: How to create hyperlinked Image with rounded corners in WPF/XAML? So far, existing code for hyperlinked image (no rounded corners) is working (see below): Hyperlinked Image (WPF XAML) ...
0
votes
0answers
19 views

Handling selections across multipe XAML User control

I have multiple user controls in my page. Initially I set the border thickness to zero for all the user controls. When the user selects a particular control instance through mouse or touch events, I ...
0
votes
2answers
52 views

how to set drop-down-list offset in ComboBox to be like the old-school style (win store app)

I want the combobox's drop-down-list to be opened right from the offset of the combobox's contentPresenter (you know... the part that shows the selected item). But hat actually happens is that the ...
0
votes
1answer
33 views

slider control and textblock control interaction-Metro apps

i am trying to set the slider control to value from text block's text property through {Binding} on XAML. <Slider ValueChanged="slider_ValueChanged_1" Value= "{Binding ...
0
votes
0answers
34 views

WPF: Unable to access a style from App.xaml

I am facing very weird scenario while accessing a style from app.xaml and that too only for one style. app.xaml: <Style x:Key="CustomButtonStyle" TargetType="local:ButtonControl"> ...
0
votes
1answer
42 views

how to access elements in a StackPanel in listbox

I have a ListBox that contains a StackPanel which contains an Image and a TextBlock. I want to access the TextBlock via c# (code-behind) to change it's font manually. Relevent XAML: <ListBox ...
0
votes
2answers
53 views

how to interchange images with application bar icon buttons in windows phone 8?

I am working on windows phone 8 app. How to interchange images with ApplicationBarIconButton as shown below. First screenshot is the example for it. In second screenshot letter D is dragged over to ...
0
votes
2answers
24 views

Style breaks when x:Key is added

Under <Window.Resources>, I have the following style defined: <Style TargetType="TextBox"> <Setter Property="Height" Value="22" /> <Setter Property="Width" ...
1
vote
1answer
88 views

Errors in App.xaml trying to use MVVM Light in Windows Phone 8 project

When I add the MVVM Light package via NuGet I get errors referencing the lines in the App.xaml file added during the install. These errors only appear in Windows Phone 8 projects. The exact same ...
0
votes
1answer
32 views

Slider control shows abnormal behaviour on {Binding} with TextBlock

Sorry if title is weird , because the problem itself is kinda weird. I have a TextBlock and Slider Control on Clientside. The Slider is {Binding} to Textblock. This is the code for them - ...
0
votes
1answer
64 views

Windows Store App writing sqlite query into the listview's textblocks

i am developing windows store application. I am using sqlite database and i want to put the result of select query into listview. My listview has grids, and textboxes inside these grids. But however i ...
0
votes
0answers
25 views

RichTextBlock is truncated (display only first column) after un-snap

I have a classic RichText Block with long long text. If i snap application and then goto fullscreen mode, then displayed only first column and right border of control is truncated. <Grid ...
1
vote
2answers
43 views

WPF ItemsControl horizontal orientation and fill parent?

I am trying to horizontally place the items in an ItemControl whilst making them fill the parent control. Here is my XAMl: <ItemsControl ItemsSource="{Binding ...
2
votes
1answer
25 views

Cannot animate ContentControl background color but works with Foreground

I'm trying to animate the selection change of a Listbox in Windows Phone 8. The following animation Works: <ColorAnimation ...
0
votes
2answers
50 views

Can I ignore tap event on a Textbox?

Ive created a custom Path shape for my application. I add this shape to my canvas and I also add a Textbox centered inside this shape. Tapping the shape and hitting the text triggers the tap event ...
0
votes
2answers
54 views

Windows Phone with C++

I want to make a Windows Phone app (version 7.5 and 8 preferably) in C++. I searched the net and came to know that for this purpose XAML is not supported and I will have to generate the UI from C++ ...
1
vote
0answers
71 views
+50

Visual Studio 2012 XAML designer doesn't seem to update

I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
0
votes
2answers
42 views

Getting an element from a xaml file without using the x:Name property

So I have a couple of Elements I want to use in my c# class. These are a few lines of my xaml document that I want to extract the elements from: <TextBlock x:Name="diastolic17" FontSize="10" ...
0
votes
2answers
36 views

Multi line captions for ApplicationBarIconButton

I know, the guidelines advice to keep captions to one line, but still: Is there a workaround to add (automatic/manual) line breaks to an ApplicationBarIconButton's text caption? E.g. for ...
-3
votes
0answers
13 views

Is it possible in wp7 a frame in xaml to navigation into device? [closed]

I need create a app to screenShot in silverlight to windows phone 7, Is it possible ?
0
votes
1answer
50 views

Button style not applied during runtime

So basically I have a button that is a sideways triangle (for a "play" button). In the xaml design editor, the button properly displays as a triangle. However, when I run the application, it ...
0
votes
0answers
46 views

Saving print screen as jpg windows 8

I've managed to get the contents of the clipboard into a WriteableBitmap. Then I display it on the screen: var picker = new FileSavePicker(); // DataPackage dataPackage = new DataPackage(); // ...
0
votes
1answer
57 views

wpf inkcanvas brush style

I have Application with standard Inkcanvas. Standard Application looks like Figure 1. and all application code (XAML) is here: <Window x:Class="WpfApplication18.MainWindow" ...
0
votes
2answers
31 views

XAML Path Syntax

I'm trying to create what I believe is a basic shape using XAML. Essentially, I need to create something that looks like the following: ______________^______________ | | | ...
0
votes
1answer
31 views

Creating a Tab template in xaml

I am trying to create a WPF tabbed window which will contain a dynamic number of tabs. Each of the tabs, however, will be identically formatted and contain the same controls (not the same instances, ...
0
votes
0answers
18 views

Two-way binding and XmlDataProvider in WPF

I am having problems figuring out how to bind my xmldataprovider to my listbox and the textboxes. I want to be able to select a company name in the list box and then have the company's name, contact ...

1 3 4 5 6 7 327