[Mono-bugs] [Bug 418684] Setting Control.Margin property doesn't update the display
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 20 10:44:44 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=418684
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=418684#c2
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpobst at novell.com
Status Whiteboard| |Control
--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2008-08-20 08:44:43 MDT ---
>From http://www.windowsclient.net/Samples/Go%20To%20Market/Layout/layoutGTM.doc
1.6 What properties/methods cause layout?
This lists contains all the "reasons" for layout we pass to the
LayoutEventArgs. Usually the strings correspond to the properties.
Alignment
Anchor
AutoScroll
AutoSize
Appearance
AutoEllipsis
BorderStyle
CellBorderStyle
Bounds
CheckAlign
ChildIndex
ColumnHeadersHeight
ColumnHeadersVisible
Columns
ColumnSpan
ColumnStyles
Controls
Dock
DisplayRectangle
DisplayStyle
DrawMode
DropDownButtonWidth
FlatAppearanceBorderSize
FlatStyle
FlowBreak
FlowDirection
Font
GripStyle
GrowStyle
Image
ImageIndex
ImageScaling
ImageScalingSize
ImageKey
ImageAlign
Items
LayoutSettings
LinkArea
Links
LayoutStyle
Location
Margin
MaximumSize
MinimumSize
Multiline
Orientation
PreferredSize
Padding
Parent
RightToLeft
RightToLeftLayout
RowHeadersVisible
RowHeadersWidth
Rows
RowSpan
RowStyles
Renderer
ScrollBars
Size
ShowDropDownArrow
ShowImageMargin
ShowCheckMargin
Spring
Style
TableIndex
Text
TextAlign
TextImageRelation
UseCompatibleTextRendering
Visible
WordWrap
WrapContents
Additionally, anything that plays with the Control collection. These include
but are not limited to
control.Controls.Add(..)
control.Controls.Clear()
control.Controls.Remove and RemoveAt
control.BringToFront()
control.SendToBack()
control.Controls.SetChildIndex
control.Parent
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list