View | Details | Raw Unified | Return to bug 572163
Collapse All | Expand All

(-)class/Microsoft.SilverlightControls/Controls/Src/ScrollViewer/ScrollViewer.cs (+1 lines)
Lines 620-625 Link Here
620
                    scrollViewer.ElementScrollContentPresenter.CanHorizontallyScroll = scrollViewer.HorizontalScrollBarVisibility != ScrollBarVisibility.Disabled;
620
                    scrollViewer.ElementScrollContentPresenter.CanHorizontallyScroll = scrollViewer.HorizontalScrollBarVisibility != ScrollBarVisibility.Disabled;
621
                    scrollViewer.ElementScrollContentPresenter.CanVerticallyScroll = scrollViewer.VerticalScrollBarVisibility != ScrollBarVisibility.Disabled;
621
                    scrollViewer.ElementScrollContentPresenter.CanVerticallyScroll = scrollViewer.VerticalScrollBarVisibility != ScrollBarVisibility.Disabled;
622
                }
622
                }
623
                scrollViewer.UpdateScrollbarVisibility ();
623
            }
624
            }
624
            else 
625
            else 
625
            {
626
            {
(-)class/Microsoft.SilverlightControls/ChangeLog (+7 lines)
Lines 1-3 Link Here
1
2010-01-20  Alan McGovern  <amcgovern@novell.com>
2
3
	* Controls/Src/ScrollViewer/ScrollViewer.cs: Whenever the
4
	  values for HorizontalScrollBarVisibility or
5
	  VerticalScrollbarVisibility change we need to update the
6
	  computed value which the Scrollbars are databound to.
7
1
2010-01-14  Mario Carrion  <mcarrion@novell.com>
8
2010-01-14  Mario Carrion  <mcarrion@novell.com>
2
9
3
	* SDKControls/Extended/Src/Automation/CalendarAutomationPeer.cs: Fixes
10
	* SDKControls/Extended/Src/Automation/CalendarAutomationPeer.cs: Fixes

Return to bug 572163