mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix being unable to apply transforms on grids
This commit is contained in:
parent
d8919e5aea
commit
802ae6a613
@ -704,6 +704,10 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
|
|||||||
|
|
||||||
HandleXmlElement_Grid_ColumnDefinitions(grid, dialog, element);
|
HandleXmlElement_Grid_ColumnDefinitions(grid, dialog, element);
|
||||||
}
|
}
|
||||||
|
else if (element.Name.ToString().StartsWith("Grid."))
|
||||||
|
{
|
||||||
|
continue; // ignore others
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var uiElement = HandleXml<FrameworkElement>(dialog, element);
|
var uiElement = HandleXml<FrameworkElement>(dialog, element);
|
||||||
|
Loading…
Reference in New Issue
Block a user