Hello,
I am in need of setting the width of a RadRibbonBarGroup in my code and when I assign an integer value to it I get the following error.
Expression is a value and therefore cannot be the target of an assignment.
Here is the code I am using to assign the width value.
Me.RadRibbonBarGroup1.Size.Width = 1000
I am using the latest winforms controls. Q1 2011
Any help would be appreciated greatly.
Thanks in advance.
I am in need of setting the width of a RadRibbonBarGroup in my code and when I assign an integer value to it I get the following error.
Expression is a value and therefore cannot be the target of an assignment.
Here is the code I am using to assign the width value.
Me.RadRibbonBarGroup1.Size.Width = 1000
I am using the latest winforms controls. Q1 2011
Any help would be appreciated greatly.
Thanks in advance.