How to create a CustomControl from Sealed controls in Silverlight.
one of the thing i want to create a custom control from ScrollViewer in silverlight,
but as this is a sealed class i am not able to create a custom control,
to overcome this i have creted a usercontrol and defined my own Content property to set content of scrollViewer, but then i am not able to find the controls inside scrollviewer.
Any suggestions.
Thanks in Advance.
How to create a CustomControl from Sealed controls in Silverlight. one of the thing
Share
Solved.
Very Simple solution yet effective suggested by JOE White.
I have just copied the style for a ScrollViewer in Application.Resources file.
And i am done.
Thank Joe.