Commented Issue: PhoneTextBox hint visibility [9778]
Hi, Looks like phonetextbox still shows hint even while being in focus sometimes. For example when text is string.Empty but control is in focus. Probably this is not always a bug, but would be nice to...
View ArticleCreated Issue: List Picker Text Box becomes empty after selcting item in full...
Hi,I binded a listpicker via code using ItemSource Property. I Binded it with a List<string> collection whose count is always > 80. The list picker behaves as usual but the problem comes when...
View ArticleCommented Issue: Issue populating LongListSelector with ObservableCollecton,...
I'm reffering to Issue: http://silverlight.codeplex.com/workitem/9349It was market as "fixed", yet I can't see it fixed anywhere.With binaries from NuGet or install, the whole issue is still there,...
View ArticleCreated Issue: MultiselectList opening and closing animation lags when there...
The multiselectlist opening and closing animation lags when there are a lot of items.The solution is to Dispatch the opening and closing when usetransition is set to true, also only dispatch the...
View ArticleCreated Issue: MultiselectList opening and closing animation lags when there...
The multiselectlist opening and closing animation lags when there are a lot of items.The solution is to Dispatch the opening and closing when usetransition is set to true, also only dispatch the...
View ArticleCommented Issue: Issue populating LongListSelector with ObservableCollecton,...
I'm reffering to Issue: http://silverlight.codeplex.com/workitem/9349It was market as "fixed", yet I can't see it fixed anywhere.With binaries from NuGet or install, the whole issue is still there,...
View ArticleCreated Issue: LongListSelector.ScrollTo doesn't raise ScrollCompleted [9815]
The ScrollTo method should raise ScrollCompleted when the scroll has completed and layout has updated. This is necessary to update other layout that relies on knowing when new rows has come into view.
View ArticleCreated Issue: ListBoxDragDropTarget - Moved Item's Index is over Count [9816]
This only happens some times, but the index that it tries to insert the an item in after moving it to the end of the list is one greater then the collections count.For now I've fixed it by just making...
View ArticleCreated Issue: Changing the LongListSelecter.ListFooter doens't update...
Changing the ListFooter at runtime doesn't trigger the necessary events to trigger the UI to update the list footer.
View ArticleCreated Issue: movable hubtiles [9821]
Is there any way to provide a drag / drop capability using the hubtile control? I'd basically like to be able to do something similar to what the WP7 home screen does where it allows you to long click...
View ArticleCreated Issue: multiselectlist ItemContainerGenerator [9824]
Hi,I'm having a problem with the multiselectlist control. I suspect not a bug but a lack of my understanding.I'm trying to set up the list with items previously selected.when using the...
View ArticleCreated Issue: Will any issues be solved? [9825]
I only want to know if some of the issues will be soled at any time? As i see the memoryleaks in contextmenu and dragdroptarget are there since last year and nothing happens!
View ArticleCommented Issue: ContextMenu on Windows Phone not smooth [7198]
Using a development device, I'm not getting any animation on the opening of ContextMenu. My hunch is just the animations being done are not optimized for the phone. A video on Channel9 discusses...
View ArticleCreated Issue: LongListSelector issue in Nightly sources [9826]
Hi guys,I get ArgumentOutOfRangeException on these linesLongListSelector.cs Line 1165 // 3 - Inserts the new items into the list box foreach (LongListSelectorItem tuple in newItemsTuples) {...
View ArticleCommented Issue: LongListSelector issue in Nightly sources [9826]
Hi guys,If there are more than 1 group I get ArgumentOutOfRangeException on these linesLongListSelector.cs Line 1165 // 3 - Inserts the new items into the list box foreach (LongListSelectorItem tuple...
View ArticleCreated Issue: Lispicker full screen - disapearing items [9832]
The NOV11 toolkit still has this issue...Otherwise its ok
View ArticleCreated Issue: Listpicker with custom class not working [9839]
I am using the Nov11 toolkit and was happy to see that the listpicker in scrollviewer was fixed. I am running across another issue concerning a selection of a listpicker item after returning from the...
View ArticleCommented Issue: Listpicker with custom class not working [9839]
I am using the Nov11 toolkit and was happy to see that the listpicker in scrollviewer was fixed. I am running across another issue concerning a selection of a listpicker item after returning from the...
View ArticleCommented Issue: Listpicker with custom class not working [9839]
I am using the Nov11 toolkit and was happy to see that the listpicker in scrollviewer was fixed. I am running across another issue concerning a selection of a listpicker item after returning from the...
View ArticleCreated Issue: Silverlight ChildWindow hangs when scrolling a DataGrid that...
We're getting this problem only if the controls are hosted within a ChildWindow. If we don't use a TimePicker (but some other control in the CellTemplate) then it works fine.We're using the April 2010...
View Article