We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to set the hover to the most left side

If I change the togglestate by dragging the hover,sometimes the hover will suspend in the middle area.
How to set the hover to the most left side
Thanks!



  this.Online_toggleButton.ToggleStateChanging += new System.ComponentModel.CancelEventHandler(this.Online_toggleButton_ToggleStateChanging);

 private void Online_toggleButton_ToggleStateChanging(object sender, CancelEventArgs e)
        {
        
            if(Online_toggleButton.ToggleState==ToggleButtonState.Inactive)
            {
                if (!ShareFuncionClass.PingIpOrDomainName("192.168.0.1"))
                {
                    MessageBox.Show("Error!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                    e.Cancel = true;
            
                    ................................
                   How to set the hover to the most left side???

                }
                   
            }
        }

5 Replies

KJ Keerthana Jegannathan Syncfusion Team September 5, 2016 07:29 AM UTC

Hi Ligyste,   
   
We had checked the reported behavior from our side and hover always suspend either on left side or on right side only. We had prepared a sample and video to demonstrate the scenario which can be download from the below location.     
   
   
   
Can you please refer the above video and let us know if we have misunderstood your query? If so, give us more details so that we can understand your requirement better and provide a solution.   
   
Regards,   
Keerthana J   



LI ligyste September 5, 2016 09:01 AM UTC



VI Vinothini Syncfusion Team September 6, 2016 06:38 AM UTC

Hi Ligyste 

Thank you for your update. 

We were able to reproduce the issue on our side and we have consider it as an issue. A support incident has been created to track the status of this issue under your account. Please log on to our support website to check for further updates. 


Regards, 
Vinothini.R   



LI ligyste September 6, 2016 07:12 AM UTC

Thanks for your support!


VI Vinothini Syncfusion Team September 7, 2016 04:22 AM UTC

Hi Ligyste, 

Thank you for your update. 

We request you to follow up the incident for further update. 

Regards, 
Vinothini.R 


Loader.
Live Chat Icon For mobile
Up arrow icon