You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I add placeholders if some cells don't need to contain any elements when using JamesGrid?
<james:JamesGrid ColumnCount="3" Columns="Auto,*,*" RowCount="3" Rows="Auto,Auto,Auto"> <TextBlock Text="R1C1" /> <TextBlock Grid.Column="1" Text="R1C2" /> <TextBlock Grid.Row="1" Grid.Column="0" Text="How do I get it to display in R2C1" /> </james:JamesGrid>
The text was updated successfully, but these errors were encountered:
How do I add placeholders if some cells don't need to contain any elements when using JamesGrid?
<james:JamesGrid ColumnCount="3" Columns="Auto,*,*" RowCount="3" Rows="Auto,Auto,Auto"> <TextBlock Text="R1C1" /> <TextBlock Grid.Column="1" Text="R1C2" /> <TextBlock Grid.Row="1" Grid.Column="0" Text="How do I get it to display in R2C1" /> </james:JamesGrid>
The text was updated successfully, but these errors were encountered: