ConsumeWhiteSpace Property (IBandedList)
In This Topic
Gets a value indicating whether all whitespace in the band should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the bounds.
Syntax
'Declaration
ReadOnly Property ConsumeWhiteSpace As Boolean
bool ConsumeWhiteSpace {get;}
Property Value
A
System.Boolean value.
true
if all whitespace should be consumed; otherwise,
false
.
See Also