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
995
Cell Content Height
posted

Hi

I am using the xamDatacards in my project to display client info.

When the user click the cell a different screen is displayed.

My problem is that sometimes (quite frequently) when the user goes to click on the datacard they end up click inbetween the cells in the card which resizes the height instead of of performing the recordactivated action.

How do i disable the ability of resizing the cells in the datacard?

Parents
  • 890
    Verified Answer
    posted

    Hi

    You can use the DataRecordSizingMode property located under FieldLayoutSettings to Fixed or SizedToContentAndFixed:

     

            <igDP:XamDataCards >

                <igDP:XamDataCards.FieldLayoutSettings>

                    <igDP:FieldLayoutSettings  DataRecordSizingMode="SizedToContentAndFixed"/>

                </igDP:XamDataCards.FieldLayoutSettings>      

            </igDP:XamDataCards>

    Let me know if this was what you were looking for or if you have any other questions.

     

    Thanks,

    Slavi

Reply Children
No Data