public Breadcrumb()
        {
            m_Asset = UIElementsUtils.LoadTemplate("Breadcrumb.uxml");

            UIElementsUtils.ApplyStyleSheet(styleSheet, this);

            AddToClassList("breadcrumb");
            RegisterCallback <GeometryChangedEvent>(e => { UpdateElementPositions(); });
        }