View Revisions: Issue #334 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0000334: Add a custom FlowLayoutPanel control and TableLayoutPanel control to render custom background |
|
Revision |
2012-04-27 22:13 by ycastonguay |
|
Description |
Since the basic FlowLayoutPanel and TableLayoutPanel controls don't support gradient backgrounds, add 2 custom controls based on the System.Windows.Forms.FlowLayoutPanel and System.Windows.Forms.TableLayoutPanel controls. |
|
Revision |
2012-04-14 10:10 by ycastonguay |
|
Description |
Since the basic FlowLayoutPanel doesn't support gradient backgrounds, add a custom control based on System.Windows.Forms.FlowLayoutPanel with this feature. |