Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
UltraDockManager 11.2 not showing indicators
posted

In your demo for UltraDockManager at (http://ko.infragistics.com/dotnet/netadvantage/winforms/windockmanager.aspx#Overview)

Demo application are showing Drag Indicator, where to drag the pane. but at design time sample, you added UltraExplorer bar and add groups with some items and dock it.

After all setup, even the output of your sample is/was not showing indicators (where to drop the pane).

I tried the different setting of properties at design as well as runtime but of no use. Indicator are not showing.

 this.UltraDockManager.DragWindowStyle = Infragistics.Win.UltraWinDock.DragWindowStyle.LayeredWindowWithIndicators;
this.UltraDockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.VisualStudio2008;
this.UltraDockManager.DragIndicatorStyle = Infragistics.Win.UltraWinDock.DragIndicatorStyle.VisualStudio2008Vista;

I have attached my sample application for your reference, i might be missing some setting or property, let me know.

InfragisticTesting.zip
Parents
No Data
Reply
  • 5118
    posted

    Hi,

    Here is a screenshot of how it looks running on 11.2 for me.  I didn't change anything in the sample and I see the indicators fine.  I'm not seeing any bugs reported that relate to this behavior either.  I tested 11.2 latest builds along with the release (which is what your project was referecing). 

    I'm not sure why they aren't showing up for you.  We're talking about the same thing right?  The buttons in the middle and along the edges to show where to dock the pane? 

Children