Closed Issue: WP7 listpicker not working with MVVM Light [9556]
I am building a simple windown phone 7 Page. I'm doing MVVM (using MVVM light) and binding a `List<Category>` type property to `ListPicker`. This property is defined in a view model named...
View ArticleClosed Issue: WP7 TiltEffect: It isn't applied on a HubTile [9915]
Hi,Trying to make my WP7 application fancier, I wanted to apply the TiltEffect on the Hubtiles I use. This to indicate that a user actually has pressed the tile.Sadly enough this doesn't seem to work....
View ArticleClosed Issue: Cannot find a Resource with the Name/Key...
Xaml Parser error:Cannot find a Resource with the Name/Key PhoneTextBoxForegroundBrush [Line: 431 Position: 39]Anytime I add a Toolkit control to a Page.Comments: Closing as it's been resolved by the...
View ArticleClosed Issue: Missing PhoneTextBox Control [9414]
After downloading the new toolkit for Windows Phone 7.1 (Mango),I do not find PhoneTextBox control after installation, however it is available with the sample project given and not with the actual...
View ArticleCreated Issue: ToggleSwitch Layout problem (Header is overlapped) [10612]
HiOn small width, the Headertext is not complete visible. Please have a look at attached picture.
View ArticleCommented Issue: Dataform converts null string to String.Empty [10576]
Dataform 4.0.5.0If I got readOnly string field that contains null, dataform tries to set this value String.Empty. As this field is readOnly it fails validation. I cannot edit this entry.Currently the...
View ArticleCreated Issue: ToggleSwitch template doesn't match 1st party control [10615]
The ToggleSwitch in toolkit control is slightly different than the 1st party WP7.x UI. The border is too thin and the entire toggle part is short by a pixel.
View ArticleCommented Issue: ToggleSwitch template doesn't match 1st party control [10615]
The ToggleSwitch in toolkit control is slightly different than the 1st party WP7.x UI. The border is too thin and the entire toggle part is short by a pixel.Comments: Fixed on changeset 75333
View ArticleCommented Issue: Toggleswitch localization [10164]
The toggleswitch takes its 'On' and 'Off' strings from a non-localized resource. Please make use of ControlResources.On and ControlResources.Off inside OffOnConverter.cs and localize them. For...
View ArticleCommented Issue: PhoneTextBox Text Color reverts to Hint Forecolor when...
Scenario:1) Navigate to a page Containing a PhoneTextBox that has a Hint associated with it.2) Type some text in the PhoneTextBox3) Erase the contents of the TextBox4) Start typing new text.The...
View ArticleCreated Issue: ChildWindow Focus [10622]
Hi,The ChildWindow doesn't get focus after opening. So I can´t focus an insider control (TextBox) programatically.Is there any way to focus a control inside the ChildWindows programatically after...
View ArticleCreated Issue: Non-looping LoopingSelector ends up in infinite loop [10624]
If you have a LoopingSelector control with a data source that doesn't wrap around in a continuous loop (by having ILoopingSelectorDataSource.GetNext and ILoopingSelectorDataSource.GetPrevious return...
View ArticleCommented Issue: Is ListHeaderTemplate or ListHeader bindable? [10050]
Is ListHeaderTemplate or ListHeader ( for the LongListSelector control) bindable? I tried to useListHeader="{Binding SomeProperty}" or the sample template below: <DataTemplate...
View ArticleCreated Issue: PhoneTextBox Control Help [10632]
Hi all, I have implemented the PhoneTextBox control from the Toolkit as...
View ArticleCreated Issue: PhoneTextBox Control Help [10633]
Hi all, I have implemented the PhoneTextBox control from the Toolkit as...
View ArticleCommented Issue: LoopingSelector missing items [9508]
Taking the DatePicker as an example, if you restrict the lower boundary on the year DataSource to be something close to today's date (anything from 2008 to 2010) instead of 1601, and then do one single...
View ArticleCreated Issue: ToggleSwitchButton - ThumbCenter background color in light...
To complete #10615 (http://silverlight.codeplex.com/workitem/10615), in light theme the thumb center is White instead of Black.In changeset #75339 - Generic.xaml - ToggleSwitchButtonI changed...
View ArticleCommented Issue: DataForm should not ignore ICustomTypeProvider [9972]
The DataForm class included in the Silverlight 5 Toolkit currently ignores custom Type declarations via the new ICustomTypeProvider interface, meaning that any dynamically created Properties in a...
View ArticleCommented Issue: ToggleSwitchButton - ThumbCenter background color in light...
To complete #10615 (http://silverlight.codeplex.com/workitem/10615), in light theme the thumb center is White instead of Black.In changeset #75339 - Generic.xaml - ToggleSwitchButtonI changed...
View ArticleCreated Issue: LongListSelector group view ends up stuck, with no way to...
If I have a large amount of data (a few hundred rows) bound to a LongListSelector, it can take a few hundred milliseconds for the control to switch to 'group view' when the user taps on a group header....
View Article