This is a migrated thread and some comments may be shown as answers.

PhoneApplicationFrame & Lispicker from SL Toolkit

1 Answer 27 Views
PhoneApplicationFrame
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cristovao
Top achievements
Rank 1
Cristovao asked on 19 Jan 2012, 06:22 PM
If I setup my frame:
  RootFrame = new Telerik.Windows.Controls.RadPhoneApplicationFrame
            {
                Background = new ImageBrush
                   {
                       ImageSource = new BitmapImage(new Uri("RootFrame.png", UriKind.RelativeOrAbsolute)),
                       Opacity = 1,
                       Stretch = Stretch.UniformToFill
                   }
                ,
                Height = 800
 
            };

ANY SL Toolkit ListPicker I have is rendered without it's values... bummer.. as SLT ListPicker has multiple selection and 
rRadListPickers has not :S

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 24 Jan 2012, 05:26 PM
Hello Cristovao,

 Thank you for the feedback.
We will debug the issue and try to fix it on our side if possible.
Please write again if you have more feedback to share.

Greetings,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
PhoneApplicationFrame
Asked by
Cristovao
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or