0

The Silverlight 3 toolkit has a ChildWindow control for model popup like functionality. This is great. Anyone aware of a similar control that can be utilized via XBAP?

http://silverlight.codeplex.com/wikipage?title=Silverlight%20Toolkit%20Overview%20Part%204&referringTitle=Silverlight%20Toolkit%20Overview%20Part%203

The assumption is maybe someone ported the functionality back to WCF/XBAP?

Trying to find a solution without going to 3rd party purchased controls (against current company policy).

Jeff Wilcox
  • 6,375
  • 1
  • 24
  • 31
some guy
  • 31
  • 1

2 Answers2

0

Don't know that you'll get this to work without FullTrust (FullTrust XBAPs are a PITA until .NET 4). Here's a psuedo-workaround though- not as nice as SL ChildWindow, but it gets you basic popup functionality.

nitzmahone
  • 13,720
  • 2
  • 36
  • 39
0

In theory couldn't you rebuild the ChildWindow source and massage it a little to work on WPF? Most of the controls are WPF compatible, so it would make sense to build ChildWindow for XBAPs.

Jeff Wilcox
  • 6,375
  • 1
  • 24
  • 31