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
90
Text Style aligment
posted

 How can i make a cell to get the text wrapped and make an autoadjust to the text if it's less than 3 rows height???

Greetings

Parents
No Data
Reply
  • 90
    posted

     The field i want to adjust have a source code like:

    <igDP:Field Name="Desc" label="Descripcion" >

     <igDP:Field.Settings>

    <igDp:FieldSettings AllowEdit="False"

                                     CellMinWidth="20"

                                     CellMaxWidth="220"

                                     CellClickAction="SelectRecord"

                                      CellWidth="120" 

                                     CellContentAligment="LabelLeftOfValueStretch"/>

     </igDP:Field.Settings>

    </igDP:Field>

    So what should i move to get my field to be presented with more height and wrapped text (like an autofit that respects the CellMaxHeight attribute)??

    Greetings

Children
No Data