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.
If you want to determine the resolved value(s), you can use the ResolveAppearance methods. I think there's a ResolveAppearance on the cell and/or a ResolveCellAppearance on the column.
1. Ok, got it. I can issue a guideline to explicitly set those properties at design time.
2. Bugger.
Ok, Mike, thanks a lot.
I'll probably have some more questions later on.
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.