How can I specify (programmatically) the position of a new grid (created programmatically, see below) within a FlowDocument I have already created via XAML. I want the new grid to show below another Grid I already have in the FlowDocument.
Dim myItemsGrid As Windows.Controls.Grid = New Windows.Controls.Grid