Skip to main content

All Questions

Tagged with
0 votes
0 answers
74 views

Silverlight 5 AutoCompleteBox bug

So I have this class: public class AutoCompleteComboBox : AutoCompleteBox { ............. public override void ...
Matei Nenciu's user avatar
2 votes
1 answer
51 views

Silverlight Nested Custom Controls results in StackOverflowException

iam writing a reusable Controllibrary for my Silverlight Projects. At the moment i get an StackOverflowException each Time i startup my test Application wich is using the Controllibrary. I was able to ...
Licer's user avatar
  • 23
1 vote
1 answer
121 views

windows phone 8.1 silverlight calendar

I've been struggling to add a calendar control to my windows phone 8.1 silverlight application but i found nothing, i used syncfusion calendar control once but it was a windows phone 8.1 application ...
Batool's user avatar
  • 23
0 votes
0 answers
34 views

WP8 Silverlight Binding to property inside FrameworkElement

I have a control inside a page which contains another control assigned as a FrameworkElement. The XAML that uses it is as follows: <controls:HiddenPageControl x:Name="HiddenContent" Title="...
Jserra's user avatar
  • 169
0 votes
1 answer
106 views

Subclass a silverlight templated control

I want to create few custom controls. Here is a screen shot of what I'm trying to achieve. Each control contains two parts, a label (TextBlock) and an editor (UIElement). The label part is common ...
Ash's user avatar
  • 49
-1 votes
1 answer
38 views

Add Prism Content Control in Silverlight Templated Control

I have a Silverlight Templated Control with a Content Property. public static readonly DependencyProperty ContentProperty = DependencyProperty.Register( "Content", typeof(FrameworkElement), ...
fellowes22's user avatar
0 votes
1 answer
30 views

Loading a Silverlight Page on a Existing Page

I'm a Little bit new in Silverlight, so I'm checking if it posible to load a existing Silverlight Page (XAML) on another page, I'm not sure if something like and iframe or a panel control exists so i ...
Glenn Rodriguez's user avatar
0 votes
1 answer
267 views

Hide video controls in Silverlight Web player

My Silverlight player code: <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> <param name="source" value="...
user3866443's user avatar
0 votes
1 answer
492 views

user control default Text property at design time

I created a user control in silverlight that masked date in a textbox. public class ShamsiMaskedTextBox : TextBox { } When I drag the control from the Toolbox to a silverlight page, its default Text ...
ArMaN's user avatar
  • 2,385
0 votes
1 answer
57 views

Removing Map Layer from Silverlight Map Control

After adding multiple layers, I want to remove map part from background to show my layers as schematric diagram. Is there any way possible to remove map from map control and show only layer diagrams.
Sayid's user avatar
  • 26
6 votes
1 answer
1k views

How can I get screen workarea (not whole screen size) size in Silverlight?

I want to get the screen workarea size in Silverlight. Now I can get the screen size by using below code: actualWidth = (double)System.Windows.Browser.HtmlPage.Window.Eval("screen.width"); ...
Selvamz's user avatar
  • 382
1 vote
1 answer
703 views

How to get Screen coordinates of a control in WinRT and Silveright?

I want to get the screen coordinates (XY position) of a control in silverlight and WinRT. In WPF, i can get coordinates using PointToScreen method. But there is no similiar methods in silverlight and ...
Selvamz's user avatar
  • 382
1 vote
2 answers
158 views

Windows Phone/Silverlight: check whether a control has input focus

How to know whether a control such as TextBox has the input focus in a Windows Phone Silverlight app?
TecMan's user avatar
  • 2,919
0 votes
1 answer
388 views

Silverlight The tag .... does not exist in XML namespace

I'm struggling with this error: The tag 'AutoCompleteComboBox' does not exist in XML namespace 'clr-namespace:ACBComboBox;assembly=ACBComboBox'. The current code has worked previously. All I have ...
Phil Teare's user avatar
0 votes
1 answer
72 views

How to find a control using its name?

I'm doing a silverlight project and inside a user control I have lots of checkboxes. I have another list that contains certain strings, for each string existing in this list I want to check its ...
user1927272's user avatar

15 30 50 per page
1
2 3 4 5
11