Advanced Forum Search Results
-
Typically, layout cycles occur because you are changing layout-affecting properties from within layout, such as in a SizeChanged or LayoutUpdated event. This can work just fine when "used as directed", i.e. as long as it stops.
Simply adding a Button someplace should have no effect in and of itself, but it may be preventing a ...
-
The best I can give you is "second half of the year."
-
Well, the beta came out for MIX.
-
This is fixed in the SL3 beta. Your workaround (switching between TextBlock and TextBox) is the way to go for now.
-
The issue has to do with the ScrollViewer in the TextBox template. If all you need are single-line TextBoxes, you can replace the ScrollViewer in the template with this:
<Border x:Name="ContentElement" Padding="{TemplateBinding Padding}" BorderThickness="0" />
and you will not get layout cycles caused by too ...
-
[quote user="jemiller"]
Thanks Dave. Do you mean for 3.0? Or, is there going to be an SP1 for 2.0?
[/quote]
Well, the release plan and dates for the next three releases look like thasduh fasd,jkln czlknjm, zasdcklnmj ,
Sorry, I just got some sort of shock through my mouse and keyboard. :)
Plans are tentative, and not public at this ...
-
[quote user="Dave Relyea"]
[quote user="jemiller"]
Any word on when the problem will be fixed?
[/quote]
Nothing concrete at this time, sorry. I want to fix it as soon as possible, but you should definitely try to work around it. It won't be any time real soon.
[/quote]
I should clarify that it is a ...
-
[quote user="jemiller"]
Any word on when the problem will be fixed?
[/quote]
Nothing concrete at this time, sorry. I want to fix it as soon as possible, but you should definitely try to work around it. It won't be any time real soon.
-
DataGrid virtualizes its rows, so it doesn't make UI for rows that aren't visible. There may be exceptions for scrolling optimization, etc., but the bottom line is that you are probably right about the visible rows.
I'll have to defer to others about your cell templates question. I'll see if I can get someone to answer that for ...
-
[quote user="snelldl"]
So if I have a tab control where each tab has a datagrid, the number of textboxes on the hidden tabs aren't part of the issue?
[/quote]
As long as they are actually collapsed and not just covered up, that should be OK.