Licensing issue with Scroll Viewer

2 replies. Last post: May 15, 2011 11:38 PM by Jimmy Petrus
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
F GoganMember

Hi

I have a strange issue. we have created a Silverlight app using  Intersoft Client UI MVVM Business Application template.

When we change  

this.RootVisual = new MainPage(); in App.xaml.cs

 to

ScrollViewer root = new ScrollViewer();

root.HorizontalScrollBarVisibility = ScrollBarVisibility.Auto;

root.VerticalScrollBarVisibility = ScrollBarVisibility.Auto;

root.Content = new MainPage();           

this.RootVisual = root;


in order to provide scrollbars for users using large resolution

we get a Intersoft Client  UI is unlicensed watermark in the App when we deploy 

Any help would be much appreciated. We are using Client UI 3
F Gogan


All times are GMT -5. The time now is 12:40 AM.
Previous Next