Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created February 28, 2019 04:11
Show Gist options
  • Save jesulink2514/f7ba85a7bfca6761cdfc38ea5dd61c48 to your computer and use it in GitHub Desktop.
Save jesulink2514/f7ba85a7bfca6761cdfc38ea5dd61c48 to your computer and use it in GitHub Desktop.
var container = new Grid
{
Children = {
_background,
_label
}
};
CompressedLayout.SetIsHeadless(container,true);
Content = container;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment