private void Form1_Load(object sender, System.EventArgs e)
{
group1.Click +=new Xceed.SmartUI.SmartItemClickEventHandler(group1_Click);
}
private void group1_Click(object sender, Xceed.SmartUI.SmartItemClickEventArgs e)
{
((Xceed.SmartUI.Controls.ExplorerTaskPane.Group)sender).Expanded = false;
}
This will force the Group of the explorer taskpane to stay opened.
Mathieu Drimonakos
-Technical Designer-