Xwt.ScrollView.OnReallocate C# (CSharp) Method

OnReallocate() protected method

protected OnReallocate ( ) : void
return void
		protected override void OnReallocate ()
		{
			if (child != null && !child.SupportsCustomScrolling)
				Backend.SetChildSize (child.Surface.GetPreferredSize (SizeConstraint.Unconstrained, SizeConstraint.Unconstrained));
			base.OnReallocate ();
		}