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
555
A few alignment questions.
posted

1. If UltraGrid.DisplayLayout.Appearance.TextHAlign set to "default", where the default is being taken from?

2. Is it possible to somehow align the coulmns to the right?  Not the text or header caption, but the columns themselves, without using auto-fill? For example, if I have only one fixed-width column I want it to be aligned to the right side of the grid.

Parents
  • 469350
    Verified Answer
    Offline posted

    1. Usually, when a property is set to Default, it is resolved based on other factors. In this case, it's probably resolved to Left or Right based on the data type of the column. 

    2.  No, the grid does not support this.

Reply Children