We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to hide left portion/part table which is available in sample Gantt chart code?

Hi Team,

Just i took sample code and created new project. and also tried to customizing code, I'm was not able to hide left part of the table. can you please help me out?

Thanks,
Sharath

Attachment: WpfAppSample_35541f31.rar

1 Reply

MK Muneesh Kumar G Syncfusion Team December 11, 2018 06:59 AM UTC

Hi Sharath, 
 
Greetings, we have analyzed your requirement but unfortunately, we were unable to extract the attachment in your update. However, you can achieve this requirement by setting GridWidth as 0 in GanttControl as per the below code snippet.  
 
 
 
<!--  Gantt Control information  --> 
<gantt:GanttControl x:Name="Gantt" 
                    ItemsSource="{Binding TeamDetails}" 
                    ShowChartLines="False" 
                    VisualStyle="Metro" 
                    GridWidth="0"> 
</gantt:GanttControl> 
 
Hope it helps.  
 
Thanks, 
Muneesh Kumar G.  


Loader.
Live Chat Icon For mobile
Up arrow icon