|
-
May 8th, 2013, 11:36 AM
#2
Re: set RightToLeft=True only for one Column of a Datagridview
Per MSDN documentation, the Control object (which is what the DataGridView inherits) is what is set as RightToLeft. There is no property or method to set a DataGridViewColumn RightToLeft because it is not a Control. You must set the entire control (aka, the DataGridView itself) to be RightToLeft.
Last edited by formlesstree4; May 8th, 2013 at 11:37 AM.
Reason: Clarification
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|