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

Tile Layout Mode not work accordingly

I have using tile layout control in my windows form.  I have 3 layout group and each with imagestreamer.  The layoutmode I set to horizontal but when I run my project, it show as vertical.  The windowstate of the form is maximize.  What setting I should set to make it horizontally?

Thanks.

Attachment: VS_c11c12.zip

7 Replies

JP Jagadeesan Pichaimuthu Syncfusion Team May 29, 2019 01:32 PM UTC

Hi Derick, 
 
Thanks for using Syncfusion product. 
 
We have checked the reported issue with “LayoutMode property not working properly” in our end, but we could not able to reproduce the issue in our end. Please find the sample and video which we have tried in our end. 
 
 
Can you please provide your reported scenario with the detailed replication procedure or provide the simple sample. It will be helpful for us to provide the solution as soon as possible. 
 
Regards, 
Jagadeesan 



DL Derick Loo May 30, 2019 02:40 PM UTC

Hi Jagadeesan,
     Attached with my winforms sample project which the tile not work accordingly.  Please help to check which mistake I have make.

Thanks,
Derick

Attachment: WindowsFormsApp1_c8073722.zip


SP Subburaj Pandian Veluchamy Syncfusion Team May 31, 2019 01:45 PM UTC

Hi Derick 
  
Thanks for your update. 
  
We have checked your sample and we could observe you did not change the layout mode in your application. We suggest you to set the LayoutMode asHorizontal to make horizontal orientation of tile layout. Please find the code snippet, screenshot and modified sample for the same. 
  
Screenshot: 
 
  
Code Snippet: 
public Form1() 
        { 
            InitializeComponent(); 
  
            this.tileLayout1.MainLayout.LayoutMode = Syncfusion.Windows.Forms.Tools.FlowLayoutMode.Horizontal; 
        } 
  
  
Please try this above solution and let us know if it is helpful. 
 
Regards,  
Subburaj Pandian V  
 



DL Derick Loo June 3, 2019 06:13 AM UTC

Hi Subburaj Pandian,
     I have set the layout mode to horizontal in the tile layout properties but it not work.  It is need set the layout mode in code behind?

thanks.

Attachment: layoutmode_5c57b82.zip


JP Jagadeesan Pichaimuthu Syncfusion Team June 4, 2019 10:15 AM UTC

Hi Derick 
  
Thank for your update. 
  
We are able to reproduce the reported issue “Layout Mode property is not updating based on its designer property value” and confirmed this as defect and we will include the fix for the issue in our upcoming release Volume 2 2019 and it may expect to roll out on end of June. 
  
We appreciate your patience until then. 
  
Regards, 
Jagadeesan 



DL Derick Loo June 10, 2019 02:47 AM UTC

Hi Jagadeesan,
     Thanks for the info.  Will wait for the new release.

Regards,
Derick


JP Jagadeesan Pichaimuthu Syncfusion Team June 10, 2019 06:29 AM UTC

Hi Derick, 
 
Thanks for your update. 
 
As we promised earlier, we will include the fix for the issue in our upcoming release Volume 2 2019 and it may expect to roll out on end of June. 
 
We appreciate your patience until then. 
 
Regards, 
Jagadeesan 


Loader.
Live Chat Icon For mobile
Up arrow icon