Hello,
I'm currently working on a UltraGanttView that's placed within a user control, which is then placed within a tile of an UltraTilePanel. I've read a few posts before posting here about the GridAreaWidth being set to 0 or 1 in order to "hide" the grid section of the UltraGanttView. I've tried this, and it's not achieving what I want it to.
I realize that the UltraTimelineView is the equivalent of an UltraGanttView without the grid, but I'd like to keep the UltraGanttView for the features of milestones, predecessors, etc. I'm currently using Infragistics v11.2 controls, and was wondering if this feature had been updated.
What I'm hoping to achieve is to hide the grid section of the UltraGanttView whenever there are four tiles in normal state on the UltraTilePanel. Whenever the tile containing the UltraGanttView is maximized, I want the grid to display again. I'd like to do this to make more use of the chart section of the Gantt from a high-level view, and view the grid only at a more narrow view.
Is this possible with the 11.2 controls? Any suggestions/remarks would be greatly appreciated.
Thanks!
As far as I understand you want to hide Grid section of UltraGanntView, if its owner Tile is to Normal State. I have created a small sample in order to demonstrate how this could be achieved. Please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.
Hi,
I tried to hide the grid in this way, but it messes up the tasks and timeslots.
Could you give some explanation on how this IUIElementCreationFilter works? Hopefully, this will help in properly hiding the grid.
Also, it would be nice to see a simple Visible property for the grid in the future..
Greetings,
Sander