Hi,
How does one set the width of the grid section the xamGantt control? On initial load, the control always displays with the grid & chart sections having the same width. We'd like to set the initial width of the grid to a different value.
Thanks for any info,
-Lyndon
Just to add to what Yanko mentioned about a product idea - currently the space used by left grid portion and right timeline area is controlled by the ColumnDefinitions in the ControlTemplate of the xamGantt so at least for now you would need to re-template the control to control/adjust the space.
Can you point me to an example of how to "re-template" this control?
Hi Andrew,
Retemplating's fine as a work-around.
Thanks again!