Quantcast
Channel: Silverlight Issue Tracker Rss Feed
Browsing all 801 articles
Browse latest View live
↧

Commented Issue: Aug toolkit controls within a scrollviewer [9346]

It's looking like the toolkit controls do not work correctly inside of a scrollviewer, especially the autocomplete box and listpicker.I think these bugs should be brought into this 1 bug..Comments: **...

View Article


Created Issue: Please make DataForm more MVVM-friendly [10125]

To work with the DataForm and MVVM, you have to use various workarounds and quirks (for example attaching CRUD commands etc.This control should have all its scenarios MVVM-compatible...

View Article


Commented Issue: Display error on AutoCompleteBox when using it inside a...

When we put an AutoCompleteBox inside a ScrollViewer control, the dropdown that the user uses to select the items is placed incorrectly outside of the scrollviewer, instead of being just above the...

View Article

Commented Issue: ChildWindow allow reentrant calls to Close, leading to...

Repro:1) Create a ChildWindow2) Add a handler for Closed (ClosedHandler) that calls Close again on the ChildWindowExpected: the 2nd close would error out or be a no-optActual: since _isOpen = false is...

View Article

Created Issue: ToggleSwitch should behave also like a RadioButton [10128]

ToggleSwitch should have a string property named GroupName that when is not null, the ToggleSwitch would act like a RadioButton instead of a CheckBox.

View Article


Created Issue: AutoSizeHeight don't decrease. [10131]

If decreasing the width of a column, the row height increases because of its content, when re-expands the column, the height doesn't decrease.Fix:In "DataGridCellsPresenter.cs", method...

View Article

Commented Issue: WP7: DatePicker needs some globalization [7266]

Some wishes to make the control better:1. The control should have formatting settings as regular texbox (i.e. I would like to put the content in the middle).2. The text should be "convertable", i.e. I...

View Article

Commented Issue: Charting - Freeze one axis, Scroll the other [2934]

Given a large data set represented as a bar chart, can we get the ability to freeze the y-axis while scrolling horizontally across the x-axis and plot area. This is a better user experience than trying...

View Article


Commented Issue: ImpliciteStyleManager changes Stretch settings [2009]

See the attached project to recreated...I have an app that has 2 tab controls in it. The first one (with the tabs on the top) contains the other within a tab. The second tab control contains a...

View Article


Created Issue: Windows Phone 7 Error no matter what control I use [10144]

I am doing development in Visual Studio Express for Windows Phone. I have created a basic page. It compiles and runs in the emulator just fine. I downloaded the Windows Phone Toolkit - Nov 2011 (7.1...

View Article

Commented Issue: ChildWindow - create non-modal [3668]

ChildWindow should mimic other dialog behaviorShow() shows a windowShowDialog() shows modal viewref: http://floatablewindow.codeplex.comComments: ** Comment from web user: mojtaba_sarooghi ** We think...

View Article

Created Issue: Warning 1909. Could not create Shortcut Toolkit Samples.lnk...

I Tried to install the new December Toolkit, during installation i get the following error message:Warning 1909. Could not create Shortcut Toolkit Samples.lnk. Verify that the destination folder exists...

View Article

Commented Issue: LongListSelector not working with IGrouping [7791]

I tried to bind a IEnumerable<IGrouping<DateTime, MyClass>> to LLS.ItemsSource. With some sample data, LLS looks fine in Expression Blend designer. The group title was bound to...

View Article


Created 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 Article

Commented Issue: Listpicker with Large lists lose consciousness [9940]

I have a panorama item with a number of listpicker controls to set application preferences that I am binding to a viewmodel. If i go out to another form (for a short time @15 seconds) and return, life...

View Article


Created Issue: howto get the selected ContextMenu item in a LongListSelector?...

I have a problem, I need to get the selected Item from a ContextMenu in a LongListSelector.Before I was using a normal ListBox and I did it with: var selectedItem =...

View Article

Created Issue: ContextMenu of New Window always pops up in Main Window [10170]

As of Silverlight 5 (December 2011 release) the ContextMenu only works in the Main Window. Clicking for a ContextMenu from a new Window always pops up the context menu in the Main Window.The issue is...

View Article


Created Issue: HorizontalAlignment ignored on group selector popup [10171]

No matter what HorizontalAlignment property is specified on the control contained in the GroupItemsPanel ItemsPanelTemplate the content of the popup is always centered. In my case the groups are based...

View Article

Created Issue: ToggleButton databinding bug [10172]

If you databind the IsChecked property of a ToggleButton to a bool? property in a ViewModel and then change the value of the ViewModel property from true to false while the page that contains the...

View Article

Commented Issue: StretchingTop, StretchingBottom, StretchingCompleted, etc...

As the title says, StretchingTop, StretchingBottom, StretchingCompleted, ScrollingCompleted and ScrollingStarted events in the LongListSelector don't fire at all. I assume this probably has something...

View Article
Browsing all 801 articles
Browse latest View live