When using the GroupedItemsPage example for a Windows Store App the horizontal scrollbar jumps around in a weird way when the groups have big differences in the amount of items hosted.
Created on 11/17/2012 (updated 18 weeks ago) | 1 validation | 1 workaround | 5 comments | feedback id: 771499
|
|
|
Closed
as External
|
|
Deleting an item from a collection in a GridView sometimes causes both the
- AddDeleteThemeTransition (slowly remove the item, then move every following item up one box) and the
- RepositionThemeTrans…
Created on 10/16/2012 (updated 30 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 767670
|
|
In previous versions, instantiating a class for instance via
HttpClient Client = new HttpClient();
would color HttpClient in a light blue to indicate that it is a class.
In VS2012 RTW only primitive…
Created on 9/8/2012 (updated 6 weeks ago) | 1 validation | 0 workarounds | 6 comments | feedback id: 761743
|
|
When using autocomplete to create an event handler in WPF and XAML, the created handlers always end with _1 even when there's no method present with a conflicting name.
Created on 7/17/2012 (updated 27 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 754051
|
|
|
Closed
as Fixed
|
|
When creating a view for a controller, auto format (Ctrl+E, D) fails to format the document properly:
@{
ViewBag.Title = "Test";
}
<h2>
Test</h2>
<div>
@using( Html.BeginForm() )
{
}…
Created on 3/9/2011 (updated 8 weeks ago) | 11 validations | 1 workaround | 5 comments | feedback id: 650455
|
|
|
Closed
as Deferred
|
|
The WPF ProgressBar (in the aero theme) has a "highlight" that moves from left to right in regular intervals.
In WPF 4.0 everytime the value of the ProgressBar changes that highlight resets and start…
Created on 10/25/2009 (updated 184 weeks ago) | 2 validations | 0 workarounds | 3 comments | feedback id: 502872
|
|
|
Closed
as Fixed
|
|
By extending glass into the client area via P/Invoke and setting
CompositionTarget.BackgroundColor = Colors.Transparent;
on the window's HWndSource, no textblock uses ClearType anymore even if they'…
Created on 10/25/2009 (updated 114 weeks ago) | 3 validations | 0 workarounds | 2 comments | feedback id: 502846
|
|
|
Closed
as By Design
|
|
Text rendered in 4.0 on semi-translucent background (grayscale instead of cleartype) looks much worse than it did in 3.5. It no longer looks smooth and clearly aliased.
Have a look at the attached …
Created on 10/25/2009 (updated 41 weeks ago) | 3 validations | 0 workarounds | 3 comments | feedback id: 502840
|
|