 |
|
 |
An interesting and useful control. However, the article really could use more explanatory text.
Just because the code works, it doesn't mean that it is good code.
|
|
|
|
 |
|
 |
are you aware that people asking for your support on your .NET Wizard article?
or are we wasting our time looking at it?
|
|
|
|
 |
|
 |
Good work!
Source code is structured in a very professional way, clean, easy to understood, self documented. Very rare high quality work.
|
|
|
|
 |
|
|
 |
|
 |
Thanks for your article - got my 5! A couple of comments:- Would you consider adding an
Orientation property to support a horizontal toolbar like layout?
- I recommend using
Enum.TryParse()[^] in the cbxTheme_SelectedIndexChanged() handler. My system didn't have the "Royal" theme - selecting it caused an unhandled exception to be thrown. Thanks!
/ravi
|
|
|
|
 |
|
 |
Thanks Ravi,
Orientation is very good feature to be implemented. I will definately work on this.
Regards,
Manish
|
|
|
|
 |
|
 |
Hello there,
really nice work this control.
Is there any progress regarding the Orientation property? I'm searching for a Buttonbar-Control but somehow was not able to find any which is able to be displayed horizontally.
Any answer appreciated - thanks in advance
Daniel
|
|
|
|
 |
|
 |
You may want to ask the author of the article.
Thanks,
/ravi
|
|
|
|
 |
|
 |
Very fine, Manish, I think it's not just another control. It's a simple article but a fine product development exercise here. It really shows respect for the user. Thanks for sharing.
Got my 5.
|
|
|
|
 |
|
 |
This is a nice control. Is there a support for multi-line text,
bold title and description style?
Title
This is the description.
Best regards,
Paul.
Jesus Christ is LOVE! Please tell somebody.
|
|
|
|
 |
|
 |
Yes, you can do something like this
buttonBar1.Items[0].Caption = "Title" + Environment.NewLine + "This is the description.";
|
|
|
|
 |
|
 |
That is normal and supported by the default buttons, and placing a
number of them in a FlowLayoutPanel will not be far from your work.
I mean the case of a bold style title and a normal style description.
Best regards,
Paul.
Jesus Christ is LOVE! Please tell somebody.
|
|
|
|
 |
|
 |
Hi,
You can make use of event "CustomDrawItems" and draw text according to your needs.
Regards,
Manish
|
|
|
|
 |