Hi,
I have a requirement to pinned the RadPane when i clicked on AutoHideArea,( i have overrided the OnMourEnter of Radpane and changed the moueseenter event)
public class CustomPane : RadPane
{
protected override void OnMouseEnter(System.Windows.Input.MouseEventArgs e)
{
this.ChangeVisualState(true);
}
now i want to pinned the CustomPane when i click on the auto hide area. can any one help me ?
I have attached a image please check for more information
Thanks in Advance.
Srinivas.
I have a requirement to pinned the RadPane when i clicked on AutoHideArea,( i have overrided the OnMourEnter of Radpane and changed the moueseenter event)
public class CustomPane : RadPane
{
protected override void OnMouseEnter(System.Windows.Input.MouseEventArgs e)
{
this.ChangeVisualState(true);
}
now i want to pinned the CustomPane when i click on the auto hide area. can any one help me ?
I have attached a image please check for more information
Thanks in Advance.
Srinivas.