1
vote
0answers
16 views

<TextBox.Behaviors> and <Button.Behaviors> not working attached property behaviors not found

the TextBox.Behavior is not working in this property and Button.Behaviors is also not working properly. Please help, me I want to create a list on the same page, because i am working on WP7 App : ToDO ...
0
votes
1answer
29 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 ...
1
vote
2answers
30 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
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 ...
0
votes
0answers
36 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
0answers
32 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 ...
2
votes
1answer
20 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 ...
-3
votes
0answers
12 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
0answers
21 views

ExpanderView Header with bigger Height

I have made an ExpanderView.HeaderTemplate with a height of 100. Now the little line doesn't start after the 100. It starts earlier so the line is overlapping the header. Is there a solution to make ...
0
votes
1answer
84 views

How to full Screen popup in windows phone 8?

Hi; i can not fit RadModalWindow on windows phone 8 application. How to fill all screen my popup? <telerikPrimitives:RadModalWindow Name="cardselect" IsFullScreen="True" ...
0
votes
0answers
26 views

From Silverlight RichTextBox.Xaml to WPF RichTextBox.FlowDocument

I have two applications - one in silverlight and one in wpf - I export Xaml from Richtextbox in Silverlight application. now I want to import it to FlowDocument of Richtextbox in WPF application. I ...
2
votes
1answer
58 views

How to use Segoe UI symbol in XAML

Seems like an easy one, but I can't figure out how to do/use these symbols. I want to use a U+E135 symbol and I can't figure out how to do it. Can someone give me a TextBlock example and also ...
1
vote
1answer
18 views

Getting a custom navigation bar to re-size properly in web browser

I am trying my luck building a custom navigation bar for a site using silverlight. I like the way it looks but I am having trouble with it when it comes to size in an actual web page. Here is how it ...
0
votes
1answer
45 views

Silverlight: Load and bind Xaml dynamically

I have a child window which loads xaml dynamically and now I want to do some bindings in order to communicate messages between the child window and the parent. Because the project is plugin-based and ...
1
vote
1answer
67 views

How do I show multiple columns in a LongListSelector?

How does one get a LongListSelector to show items in multiple columns? Suppose that three "items" are enough to fill the screen vertically but there is still enough room horizontally for another ...
3
votes
1answer
35 views

XAML clr-namespace - using incompatibility?

When sharing code between WinRT and WP8: WP8 wants: xmlns:vm="clr-namespace:MyApp.ViewModels" WinRT wants: xmlns:vm="using:MyApp.ViewModels" This means you can't share XAML code - like user ...
0
votes
0answers
30 views

How Determine Which Object is Selected in ItemsControl with Behavior

I'm trying to determine which object is selected in my ItemsControl, <ItemsControl x:Name="ItemsControl1" ItemsSource="{Binding Path=BadgeObjects, Mode=TwoWay}"> ...
0
votes
1answer
27 views

Add Parent to UIElement in C#

Is it possible to add a parent to the UIElement in C#? I know it's possible to do it with children like this, (AssociatedObject as Grid).Children.Add(imageObject); I can't find any way to set the ...
0
votes
1answer
44 views

Fill panorama item dynamically in wp7

I dynamically want to add panorama items in my application. No. of item(3 to 7) is depend on the json response I am getting. Presently for testing I created 4 items in xaml and it works for me but its ...
0
votes
0answers
30 views

How to prevent silverlight datagrid selections being lost when group is expanded or collapsed?

I have a silverlight datagrid in my app, which has multiple groups that are defined by a property in the item: public class Item { public string GroupName {get; set;} } I bind the grid's ItemSource ...
1
vote
1answer
52 views

is it possible to list all xaml image tags in c#?

Is there any way to get a list of all xaml tags (or any other tag) in c# in windows phone without giving them names? Something like : var list = this.GetElementsByTagName("Image");
0
votes
1answer
32 views

Placing an image in ListBoxItem in XAML

I wonder if is possible to add an image to a ListBoxItem in xaml. I try it this way: <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> ...
0
votes
1answer
35 views

How can I use IValueConverter to convert a font in bold

Hi I am trying to convert the font style of a row in a DataGrid depending on the type selected by a combobox. I'm not getting and is returning the following error: "Error 18 ...
0
votes
1answer
45 views

Set XAML-defined content to PivotItem

I have XAML-defined Content for PivotItem in App.xaml: <DataTemplate x:Key="cd"> <!-- Some grids --> </DataTemplate> I also have defined Pivot: <controls:Pivot> ...
0
votes
2answers
24 views

SharedSizeGroup for Silverlight

In Wpf we have SharedSizeGroup property to share the sizes, of lets say Columns, between Grids. Anybody aware about the similar functionality support in Silverlight?
0
votes
0answers
31 views

Microsoft AdControl freezes WP7 XAML/XNA application

I've encountered the issue with Microsoft AdControl. It happens in my big XAML/XNA project but here is the simple way to reproduce: Create a new project with stadard template "Windows Phone XAML and ...
0
votes
1answer
27 views

Remove Mask Placeholder Spacing Telerik RadMaskedNumericInput

So with the Telerik RadMaskedNumericInput we can set the Placeholder property so the default display of for example ___123.45 can be replaced with something like ###123.45 by setting Placeholder="#" ...
0
votes
0answers
25 views

Silverlight drop shadow appears at the wrong angle

I am using DropShadowEffect to display a shadow in Silverlight. I set the angle to 270 which works in WPF and, upon checking the MSDN documentation, should give a vertically downwards shadow. In ...
1
vote
1answer
26 views

ListView for timetable

I'm developing an app that presents a timetable, that looks like this: However, I have several problems with it: When there are too many items (minutes) to display in 1 row it should be broken ...
0
votes
2answers
45 views

Change Panorama control title movement amount

Is it possible to change the movement amount of the title of a panorama control in a windows phone 8 application when you move between panorama items? the logo in my app is moving way too much that ...
0
votes
1answer
56 views

Multiple text lines in a ListBox Item template?

I need to have two line listbox items for my WP7 app one line which is the heading and then a smaller subheading with some details. How can I do this in WP7? I am using VS2010 and expression blend to ...
1
vote
0answers
55 views

Silverlight Value does not fall within expected range when trying to open a xaml

I receive the following message in a simple message pop up, when trying to open the designer of some of my xaml files: "Value does not fall within expected range" I've tried to create a new windows ...
0
votes
1answer
54 views

How clip a Grid in the shape of Star Path in silverlight c#?

I have a Grid & Star shaped Path. <Path x:Name="StarPath" Data="M213,135 L183,213 L87,246 L159,288 C159,288 140,372 140,375 C140,378 226,329 226,329 L303,367 L280,275 L316,216 L246,219" ...
0
votes
1answer
33 views

ListView - Selected Item in the middle

I'm building a Windows Store app using XAML. I have a scrollable ListView that has its SelectedItem set on start. Now, I have two requirements: I would like the selected item to be always visible ...
0
votes
1answer
47 views

How to create a Frame to an external webpage in a Silverlight XAML page?

I'm pretty new to .NET, trying to do a simple XAML webpage with a 200x200 frame with Google inside it. I have a XAML page which looks like this: <UserControl ...
1
vote
2answers
71 views

How does a XAML attribute bind to a INotifyPropertyChanged object

have a class that implements the INotifyPropertyChanged interface like this: public class ColorNotify : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; ...
1
vote
1answer
58 views

WP7 - VirtualizingStackPanel bottom margin does not work

I have VirtualizingStackPanel in ListBox ItemsPanel. If I set Margin="0,0,0,50" then margin is not showed but if I set left margin (or top or right) Margin="50,0,0,0" then margin works correct. If I ...
2
votes
0answers
31 views

XAML pages acting different in release mode

I'm developing a WP7 app with a couple of pages. Everything looks fine in debug mode, but when changing to release mode, two bad things happen: One page remains completely blank (black in dark ...
0
votes
1answer
43 views

Silverlight ScrollViewer not working when containing multiple usercontrols

I have a page that has a header area and a content area. The content area contains just one usercontrol. We have a class structure along the lines of AbstractClassA is the base class of all the ...
0
votes
2answers
43 views

Reverse Generated Items & Tab Order of ItemsControl Collection

So as we know an ItemsControl will just generate the Items top-to-bottom in its ItemsPanel. Where as yes I can change the sort order and generate them in different ways here's my actual problem. If I ...
1
vote
2answers
89 views

How to choose a background color according to windows phone theme in xaml

I have Grids on my listbox items and I want to choose their background color according the light or dark theme. For exemple, if I'm in light theme the backgroud color of my grid will be red and if ...
0
votes
0answers
34 views

Reset of VisualState manager doesn't works

How to reset a silverlight control's visual state back to "Normal" on change of visibility In the above link, the same thing was discussed, though i have some problem with changing the ...
0
votes
1answer
195 views

Get button in Pivot Header programatically in Windows Phone 8

Summary: I need to retrieve a button (in order to attach a click handler) from a pivot of which template is defined as static resource. How can I do this? A couple of views contain a pivot control, ...
0
votes
1answer
29 views

UI control for multiple recipients in wp7

I am preparing the screen somewhat like SMS screen. I have contacts and want to show one and more than one contact in To field. Could you please tell me which type of control is used in WP7 in SMS ...
0
votes
2answers
93 views

Customise Custom tooltips WPF / Silverlight

I have a custom tooltip style which works great, but, on some occassions I want to be able to hide the arrow (the Path section) or position the tooltip differently. How can I achieve that and how ...
1
vote
2answers
55 views

Update binding target value via Binding

I have a Control thats visibility is bound to a viewmodel but also allows a user to close the control directly. Ideally what I would like is for the CloseDialog function to check for binding on the ...
0
votes
0answers
47 views

Telerik Chart crash in building the application

I have problem with telerik chart. I am using a test chart which I sow on the telerik page. In the design view I have preview, but when I start the app I get this error: [Line: 0 Position: 0] and my ...
1
vote
1answer
26 views

Custom dialogs inside user controls

We have a custom dialog (derived from ContentControl) that tends to sit inside a UserControl. The Dialog itself has functionality such that it can be closed. The closing functionality, on ...
0
votes
1answer
16 views

How can I data bind Chart's PointCollection?

I have this simple Chart in silverlight: <toolkit:Chart HorizontalAlignment="Left" Margin="0,10,0,0" Title="Chart Title" VerticalAlignment="Top" Height="280" Width="390" Name="MyChart"> ...
0
votes
0answers
14 views

Gneric.xaml case Sensitive (Blend Crash on Templated Control)

I had a problems with my Templated Controls in Expression Blend. (Silverlight) It still keeps crashing, and I could only edit in XAML not in Designer. Today I renamed Generic.xaml to generic.xaml, ...

1 2 3 4 5 47