No announcements
-
1 Votes
Welcome, Learning Resources and Silverlight Toolkit
HI Folks, Welcome to the Silverlight Controls Forum which encompasses the Silverlight framework controls, Silverlight SDK controls and the Silverlight ...
Found 16120 threads
-
0 Votes
onApplyTemplate not getting called for my custom control
Hi, I have defined a custom control called SampleControl and I am calling this SampleControl from another file called Parent class. The parent ...Answered | 9 Replies | 36162 Views | Created by ffposts - Thursday, February 18, 2010 4:18 AM | Last reply by maze4 - Monday, December 3, 2018 1:09 AM -
1 Votes
datagrid select but not edit
i notice that first click on a cell selects the row, 2nd click selects the cell and goes into edit mode. i want to be able to copy/past from a cell so in edit mode i can, but problem ...Answered | 14 Replies | 120231 Views | Created by MSDN_Forums_User - Saturday, June 7, 2008 3:34 PM | Last reply by Ichi.S - Thursday, October 18, 2018 7:35 AM -
0 Votes
TextChangedEventArgs.OriginalSource is null
Two issues: 1.) TextChangedEventArgs.OriginalSource is always null 2.) How do I get the last key pressed? e.Key always returns the upper case ...Unanswered | 7 Replies | 7544 Views | Created by Sam2 - Wednesday, June 15, 2011 11:53 AM | Last reply by HengkeZ - Thursday, October 11, 2018 6:32 AM -
0 Votes
Couldn't find toolkit reference (System.Windows.Controls.Input.Toolkit & System.Windows.Controls.Toolkit)
Hi ! I'm working on Silverlight project, which has done in few months back. When project is loaded, I've seen some of the references are missing. I tried to add it from assembly, ... -
0 Votes
How to Highlight all text in textbox in Silverlight and Windows Phone app
In my Windows Phone application using Silverlight, how can I select all text in a textbox when the textbox gets focus or when the textbox is touched on?Unanswered | 1 Replies | 2939 Views | Created by Jerry Tovar - Wednesday, December 27, 2017 8:45 PM | Last reply by Fletch Zhou - Thursday, December 28, 2017 10:04 AM -
0 Votes
Culture messed up in NumericUpDown
Hi, We have an app that runs completely (and without any exceptions) in the browser culture (which in my case is nl-be). I have debugged at several points and both ...Answered | 2 Replies | 4542 Views | Created by Koevoeter - Thursday, November 26, 2009 11:22 AM | Last reply by Meestor_X - Saturday, December 23, 2017 3:05 AM -
0 Votes
VSPackage ErrorWindow
In the process of using VsPackage plug-in, some error message is output to the error list. Where can I find this information? Thank you!Unanswered | 1 Replies | 2543 Views | Created by Integrating a compiler in VS - Wednesday, December 20, 2017 2:14 AM | Last reply by Fletch Zhou - Friday, December 22, 2017 8:08 AM -
0 Votes
*.VSIX SUPPORT 2010 -- 2015
I want to use VS2015 to develop a VS Package, while supporting 2010 -2017, can be achieved? I try to set Install Targets configuration, the installation can only support ...Unanswered | 1 Replies | 2537 Views | Created by Integrating a compiler in VS - Tuesday, December 19, 2017 9:31 AM | Last reply by Fletch Zhou - Friday, December 22, 2017 7:45 AM -
0 Votes
Error when resizing window at point where TabItem wraps to second line...
In my app I have a TabControl which contains several tabs. When I change the size of the window (smaller obviously) right at the point where the TabItems would wrap onto a second line ...Answered | 3 Replies | 5360 Views | Created by Cleon26 - Monday, July 27, 2009 1:11 PM | Last reply by dustan32 - Wednesday, December 20, 2017 9:45 AM -
0 Votes
Silverlight App hangs and not responds after reaching 1400 to 1500 MB App memory
Hi, We have a silverlight application and uses Webservices for loading data and database interactions. After continuous usage of App when app memory reaches 1400 to 1500 app is ...Discussion | 3 Replies | 2977 Views | Created by Dkrishna - Thursday, October 26, 2017 7:14 AM | Last reply by Dkrishna - Tuesday, November 21, 2017 2:45 PM -
0 Votes
Script Errors while using System.Windows.Controls.WebBrowser
I am using the System.Windows.Controls.WebBrowser to navigate to BING map URL, its throwing an error like ...Unanswered | 4 Replies | 5580 Views | Created by Dkrishna - Monday, October 16, 2017 9:35 AM | Last reply by Dkrishna - Monday, October 23, 2017 7:15 AM -
0 Votes
RowgroupHeader Checkbox: Scrolling Bug
Hello, I have a Problem which was asked and answered in the past, but I didnt find an answer (dead links ...Answered | 6 Replies | 2914 Views | Created by Quidnunc1987 - Friday, November 18, 2016 9:37 AM | Last reply by Quidnunc1987 - Friday, August 18, 2017 12:27 PM -
0 Votes
XAML binding to a collection property
Consider the following simple classes... public class Photo { public string MimeType { get; set; } public int Size { get; set; ...Answered | 8 Replies | 2562 Views | Created by 000ABC - Tuesday, August 15, 2017 10:19 AM | Last reply by Weiwei Cai - Thursday, August 17, 2017 12:59 AM -
0 Votes
silverlight
I installed Silverlight...in 2-17.....two days ago it stopped working...I uninstalled it ....and its still not working......I uninstalled my cable app......put both back....still don't work....why is ...Proposed | 1 Replies | 2433 Views | Created by mavis sharper - Tuesday, July 25, 2017 7:54 PM | Last reply by Weiwei Cai - Wednesday, July 26, 2017 1:24 AM -
0 Votes
Post XML Data to WebBrowser control In Browser Application
Hi, Is there any control in Silverlight InBrowser Application where i can post data XML along with URI ? There is a WebBrowser control but it supports only in Out ...Discussion | 1 Replies | 2608 Views | Created by Dkrishna - Friday, June 16, 2017 10:56 AM | Last reply by Yong Lu - Tuesday, June 20, 2017 5:32 AM -
0 Votes
System.InvalidOperationException: 4009 occurs when showing context menu.
We are occasionally having problems with our Out-Of-Browser application crashing on customer machines when trying to right click an item and show the context menu. The crash appears to ...Discussion | 7 Replies | 4962 Views | Created by dharveyg - Wednesday, January 1, 2014 4:48 PM | Last reply by dharveyg - Thursday, March 23, 2017 7:36 PM -
0 Votes
Scrollviewer scrollbar visible event?
I bind my data collection to ItemsControl. I have wrapped this ItemsControl in a ScrollViewer. Depending on the number of items, the ScrollViewer will show or hide the scrollbar.This ...Answered | 2 Replies | 7386 Views | Created by anaamica - Friday, February 5, 2010 1:28 AM | Last reply by Aviran Katz - Sunday, February 19, 2017 2:00 PM -
0 Votes
Make text flashing
I have the code. <TextBlock Grid.Row="1" Text="***OLD DATA***" TextAlignment="Center" FontSize="12" FontWeight="Bold" ...Answered | 7 Replies | 2921 Views | Created by HZ.USA - Friday, February 3, 2017 8:21 PM | Last reply by Weiwei Cai - Thursday, February 9, 2017 2:23 AM -
0 Votes
CheckAndDownloadUpdateAsync - fails with catastrophic error
Our application seems to update itself fine using MSdev environment but once we deploy it to the production server we get a catastrophic error when there is a download ...Answered | 10 Replies | 16938 Views | Created by Curtis Conner - Thursday, June 3, 2010 3:49 PM | Last reply by kervella - Monday, February 6, 2017 5:05 PM -
0 Votes
Busy Indicators making the user controls to appear disabled
Hi, We are using busy indicators from silverlight toolkit. The issue is even after the busy indicator stops, the user controls like combo box appear to be ...Proposed | 1 Replies | 2521 Views | Created by Kasinath S - Monday, January 16, 2017 10:29 AM | Last reply by Weiwei Cai - Tuesday, January 17, 2017 5:50 AM - Items 1 to 20 of 16120 Next ›
No announcements