Intersoft ClientUI Documentation
EmptyRowsVisibility Property



Gets or sets a value that determines the visibility of empty rows.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EmptyRowsVisibility As Visibility
Dim instance As UXGridView
Dim value As Visibility
 
instance.EmptyRowsVisibility = value
 
value = instance.EmptyRowsVisibility
[CategoryAttribute("Common Properties")]
public Visibility EmptyRowsVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility EmptyRowsVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

The rows of UXGridView are determined by the number of items specified in items source. If the number of items in items source is less than the available screen estate it will show blank white space.

Setting the EmptyRowsVisibility to Visible enables UXGridView to show empty rows in this blank white space area, to give a better look and feel.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback