Blue Ray Plus - Latest Technology News - Latest published stories in Silverlight
1
Ups

How can I make the Silverlight ScrollViewer scroll to show a child control with focus? - Stack Overflow

published 261 days, 1 hour, 52 minutes ago posted by adminadmin 269 days, 22 hours, 42 minutes ago
Wednesday, September 05, 2012 7:38:07 AM GMT Monday, August 27, 2012 10:48:00 AM GMT
up vote10down votefavorite4 I have a ScrollViewer which contains a Grid with multiple controls in it. The user can tab through the controls, but eventually they tab to a control that isn't in view - so they have to manully scroll to make the control visible again. Is there any way to make the ScrollViewer scroll automatically so that the focussed control is always visible. Failing that, is there any way I can make this work, short of listening to a GotFocus event on every control and then scrolling the... (more)
category: Silverlight | clicked: 2 | comment | | source: stackoverflow.com
tags: Silverlight ScrollViewer scroll
1
Ups

Brij Mohan - A Microsoft .NET Developer's Blog: Passing parameters between Silverlight and ASP.NET – Part 1

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 34 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:56:26 AM GMT
While working with Silverlight applications, we may face some scenarios where we may need to embed Silverlight as a component, like for e.g in Sharepoint Webpars or simple we can have the same with ASP.NET. The biggest challenge comes when we have to pass the parameters from ASP.NET to Silverlight components or back from Silverlight to ASP.NET. We have lots of ways we can do this, like using InitParams, QueryStrings, using HTML objects in Silverlight, etc. All these different techniques have some advant... (more)
category: Silverlight | clicked: 1 | comment | | source: www.dotnetglobe.com
tags: Passing parameters between Silverlight
1
Ups

silverlight - loaded event not exactly loaded - Stack Overflow

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 37 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:53:33 AM GMT
up vote4down votefavorite I feel silly, but I just can't find an answer to this. Let's say I want to show some message to the users when the MainPage loads. The problem is that if I do this on Loaded event (MessageBox.Show()), the popup shows just before my page is loaded which leaves the user with this message and a black background. This is kind of dull situation. Any ideas which event can do the trick. There other ways around like background worker or NavigationInTransition_EndTransition event but th... (more)
category: Silverlight | clicked: 1 | comment | | source: stackoverflow.com
tags: silverlight - loaded event
1
Ups

AutoScroller for Silverlight ScrollViewer

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 40 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:50:34 AM GMT
Updating... CodePlexProject Hosting for Open Source SoftwareRegisterSign InRSSSubscribe to ProjectAll Project UpdatesIssue TrackerReleasesReviewsSource CodeWiki & DocumentationRSSSubscribe to Projecthomedownloadsdocumentationissue trackersource codepeoplelicenseAre you Sure? X By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Page InfoChange History (all pages) 4 people following this project (follow) This is ... (more)
category: Silverlight | clicked: 0 | comment | | source: autoscroller.codeplex.com
tags: AutoScroller
1
Ups

Silverlight 4 Scrollviewer & Keeping items in view - Bryan Sampica

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 40 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:49:58 AM GMT
Just a short note today – mostly so I can look up later what I’ve done to get this working, but also to share the knowledge!    The Problem: When using Silverlight 4 and a Scrollviewer (not sure if WPF has the same issue, but the fix should be similar), if your tabbing through the form, or have some type of validation summary, which allows clicking the error in the summary to focus the item, the scrollviewer does not inherently bring an item into view.   The Solution: The good news, this is fixed... (more)
category: Silverlight | clicked: 2 | comment | | source: weblogs.asp.net
tags: Silverlight 4 Scrollviewer & Keeping items in view
1
Ups

ScrollViewer control in Silverlight 3

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 41 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:49:14 AM GMT
ARTICLE Posted by Mamta M inArticles| Silverlight with C# onTags:C#, ScrollViewer control in Silverlight 3, Silverlight, SIlverligh 3 , Scroll Viewer controlIn this article you will learn how to use ScrollViewer control in Silverlight 3Tweet281340 (more)
category: Silverlight | clicked: 0 | comment | | source: www.c-sharpcorner.com
tags: ScrollViewer control in Silverlight 3
1
Ups

Silverlight ScrollViewer Example

published 266 days, 22 hours, 19 minutes ago posted by adminadmin 269 days, 22 hours, 42 minutes ago
Thursday, August 30, 2012 11:10:53 AM GMT Monday, August 27, 2012 10:48:41 AM GMT
ARTICLE Posted by Vijai Anand inArticles| Silverlight with C# onTags:ScrollViewer, Silverlight, Silverlight ScrollViewer, Silverlight ScrollViewer controlIn this article we will be seeing how to create Silverlight ScrollViewer control.Tweet92541 (more)
category: Silverlight | clicked: 1 | comment | | source: www.c-sharpcorner.com
tags: Silverlight ScrollViewer scroll