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
615
How can set vertical Label in xamdatagrid
posted

how can i set xamdatagrid has a vertical Label just like sccbd0305 in the picture!

  • 615
    posted

    I get it                         Me.FieldLayouts(0).Fields("sccbd0305").Settings.LabelTextWrapping = TextWrapping.Wrap

    But has another  problem :how can i set LabelHeight

        this code :    Me.FieldLayouts(0).Fields("sccbd0305").Settings.LabelHeight = 100

    doesn't work!?