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