Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1015
Hiding the Grid on an Ultra WinGanttView inside of an UltraTilePanel
posted

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!

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello,

    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.

    WindowsFormsApplication1.zip
Children