Ok, so I was able to get the size of the form to stick using the properties, and I inserted
this.MainGrid.Width = 1150;
To get the grid size to match up. So I think I am good there.
I turned it off once. I looks really crappy so I turned it back on. What else would that do for me?
Anyways, now I am setting up row rules. This is the line that it adds to set the style. I’m trying to figure out if I can simply set a row background color instead of a style, since the styles available are a limited list.
RuleAction okV_PackOrNotUpdate2_1View_RowAction = RuleAction.AddRowSettings(this.oTrans, "V_PackOrNotUpdate2_1View", true, SettingStyle.OK);
Where it says “SettingStyle.ok” can I replace it with something like is suggested on this page, like Color.Red? That doesn’t work, but I can’t imagine it can be that hard can it?
Oh, intellitype or whatever it’s called would be super helpful!!!