/* * Copyright(c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ using System; using System.ComponentModel; using Tizen.NUI.BaseComponents; namespace Tizen.NUI { /// /// ScrollView contains views that can be scrolled manually (via touch). /// /// 3 [EditorBrowsable(EditorBrowsableState.Never)] public partial class ScrollView : Scrollable { /// /// Create an instance of ScrollView. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public ScrollView() : this(Interop.ScrollView.New(), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } internal ScrollView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(Interop.ScrollView.Upcast(cPtr), cMemoryOwn) { } /// /// Sets and Gets WrapEnabled property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool WrapEnabled { get { return (bool)GetValue(WrapEnabledProperty); } set { SetValue(WrapEnabledProperty, value); } } /// /// Sets and Gets PanningEnabled property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool PanningEnabled { get { return (bool)GetValue(PanningEnabledProperty); } set { SetValue(PanningEnabledProperty, value); } } /// /// Sets and Gets AxisAutoLockEnabled property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool AxisAutoLockEnabled { get { return (bool)GetValue(AxisAutoLockEnabledProperty); } set { SetValue(AxisAutoLockEnabledProperty, value); } } /// /// Sets and Gets WheelScrollDistanceStep property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 WheelScrollDistanceStep { get { return (Vector2)GetValue(WheelScrollDistanceStepProperty); } set { SetValue(WheelScrollDistanceStepProperty, value); } } /// /// Sets and Gets ScrollPosition property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollPosition { get { return (Vector2)GetValue(ScrollPositionProperty); } set { SetValue(ScrollPositionProperty, value); } } /// /// Sets and Gets ScrollPrePosition property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollPrePosition { get { return (Vector2)GetValue(ScrollPrePositionProperty); } set { SetValue(ScrollPrePositionProperty, value); } } /// /// Sets and Gets ScrollPrePositionMax property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollPrePositionMax { get { return (Vector2)GetValue(ScrollPrePositionMaxProperty); } set { SetValue(ScrollPrePositionMaxProperty, value); } } /// /// Sets and Gets OvershootX property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float OvershootX { get { return (float)GetValue(OvershootXProperty); } set { SetValue(OvershootXProperty, value); } } /// /// Sets and Gets OvershootY property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float OvershootY { get { return (float)GetValue(OvershootYProperty); } set { SetValue(OvershootYProperty, value); } } /// /// Sets and Gets ScrollFinal property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollFinal { get { return (Vector2)GetValue(ScrollFinalProperty); } set { SetValue(ScrollFinalProperty, value); } } /// /// Sets and Gets Wrap property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool Wrap { get { return (bool)GetValue(WrapProperty); } set { SetValue(WrapProperty, value); } } /// /// Sets and Gets Panning property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool Panning { get { return (bool)GetValue(PanningProperty); } set { SetValue(PanningProperty, value); } } /// /// Sets and Gets Scrolling property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool Scrolling { get { return (bool)GetValue(ScrollingProperty); } set { SetValue(ScrollingProperty, value); } } /// /// Sets and Gets ScrollDomainSize property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollDomainSize { get { return (Vector2)GetValue(ScrollDomainSizeProperty); } set { SetValue(ScrollDomainSizeProperty, value); } } /// /// Sets and Gets ScrollDomainOffset property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollDomainOffset { get { return (Vector2)GetValue(ScrollDomainOffsetProperty); } set { SetValue(ScrollDomainOffsetProperty, value); } } /// /// Sets and Gets ScrollPositionDelta property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 ScrollPositionDelta { get { return (Vector2)GetValue(ScrollPositionDeltaProperty); } set { SetValue(ScrollPositionDeltaProperty, value); } } /// /// Sets and Gets StartPagePosition property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector3 StartPagePosition { get { return (Vector3)GetValue(StartPagePositionProperty); } set { SetValue(StartPagePositionProperty, value); } } /// /// Sets and Gets ScrollMode property. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public PropertyMap ScrollMode { get { return (PropertyMap)GetValue(ScrollModeProperty); } set { SetValue(ScrollModeProperty, value); } } /// /// Gets snap-animation's AlphaFunction. /// /// Current easing alpha function of the snap animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public AlphaFunction GetScrollSnapAlphaFunction() { AlphaFunction ret = new AlphaFunction(Interop.ScrollView.GetScrollSnapAlphaFunction(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets snap-animation's AlphaFunction. /// /// Easing alpha function of the snap animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollSnapAlphaFunction(AlphaFunction alpha) { Interop.ScrollView.SetScrollSnapAlphaFunction(swigCPtr, AlphaFunction.getCPtr(alpha)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets flick-animation's AlphaFunction. /// /// Current easing alpha function of the flick animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public AlphaFunction GetScrollFlickAlphaFunction() { AlphaFunction ret = new AlphaFunction(Interop.ScrollView.GetScrollFlickAlphaFunction(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets flick-animation's AlphaFunction. /// /// Easing alpha function of the flick animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollFlickAlphaFunction(AlphaFunction alpha) { Interop.ScrollView.SetScrollFlickAlphaFunction(swigCPtr, AlphaFunction.getCPtr(alpha)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the time for the scroll snap-animation. /// /// The time in seconds for the animation to take. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetScrollSnapDuration() { float ret = Interop.ScrollView.GetScrollSnapDuration(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the time for the scroll snap-animation. /// /// The time in seconds for the animation to take. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollSnapDuration(float time) { Interop.ScrollView.SetScrollSnapDuration(swigCPtr, time); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the time for the scroll flick-animation. /// /// The time in seconds for the animation to take. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetScrollFlickDuration() { float ret = Interop.ScrollView.GetScrollFlickDuration(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the time for the scroll snap-animation. /// /// The time in seconds for the animation to take. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollFlickDuration(float time) { Interop.ScrollView.SetScrollFlickDuration(swigCPtr, time); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Sets scroll sensibility of pan gesture. /// /// True to enable scroll, false to disable scrolling. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollSensitive(bool sensitive) { Interop.ScrollView.SetScrollSensitive(swigCPtr, sensitive); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Sets maximum overshoot amount. /// /// The maximum number of horizontally scrolled pixels before overshoot X reaches 1.0f. /// The maximum number of vertically scrolled pixels before overshoot X reaches 1.0f. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetMaxOvershoot(float overshootX, float overshootY) { Interop.ScrollView.SetMaxOvershoot(swigCPtr, overshootX, overshootY); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Sets Snap Overshoot animation's AlphaFunction. /// /// Easing alpha function of the overshoot snap animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetSnapOvershootAlphaFunction(AlphaFunction alpha) { Interop.ScrollView.SetSnapOvershootAlphaFunction(swigCPtr, AlphaFunction.getCPtr(alpha)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Sets Snap Overshoot animation's Duration. /// /// duration The duration of the overshoot snap animation. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetSnapOvershootDuration(float duration) { Interop.ScrollView.SetSnapOvershootDuration(swigCPtr, duration); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Enables or Disables Actor Auto-Snap mode.
/// When Actor Auto-Snap mode has been enabled, ScrollView will automatically, /// snap to the closest actor (The closest actor will appear in the center of the ScrollView). ///
/// Enables (true), or disables (false) Actor AutoSnap. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetViewAutoSnap(bool enable) { Interop.ScrollView.SetActorAutoSnap(swigCPtr, enable); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Enables or Disables Wrap mode for ScrollView contents.
/// When enabled, the ScrollView contents are wrapped over the X/Y Domain. ///
/// Enables (true), or disables (false) Wrap Mode. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetWrapMode(bool enable) { Interop.ScrollView.SetWrapMode(swigCPtr, enable); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the current distance needed to scroll for ScrollUpdatedSignal to be emitted. /// /// Current scroll update distance. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public int GetScrollUpdateDistance() { int ret = Interop.ScrollView.GetScrollUpdateDistance(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the distance needed to scroll for ScrollUpdatedSignal to be emitted.
/// The scroll update distance tells ScrollView how far to move before ScrollUpdatedSignal the informs application.
/// Each time the ScrollView crosses this distance the signal will be emitted.
///
/// The distance for ScrollView to move before emitting update signal. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollUpdateDistance(int distance) { Interop.ScrollView.SetScrollUpdateDistance(swigCPtr, distance); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Returns state of Axis Auto Lock mode. /// /// Whether Axis Auto Lock mode has been enabled or not. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool GetAxisAutoLock() { bool ret = Interop.ScrollView.GetAxisAutoLock(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Enables or Disables Axis Auto Lock mode for panning within the ScrollView.
/// When enabled, any pan gesture that appears mostly horizontal or mostly /// vertical, will be automatically restricted to horizontal only or vertical /// only panning, until the pan gesture has completed. ///
/// Enables (true), or disables (false) AxisAutoLock mode. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetAxisAutoLock(bool enable) { Interop.ScrollView.SetAxisAutoLock(swigCPtr, enable); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the gradient threshold at which a panning gesture should be locked to the Horizontal or Vertical axis. /// /// The gradient, a value between 0.0 and 1.0f. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetAxisAutoLockGradient() { float ret = Interop.ScrollView.GetAxisAutoLockGradient(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the gradient threshold at which a panning gesture should be locked to the Horizontal or Vertical axis.
/// By default, this is 0.36 (0.36:1) which means angles less than 20 degrees to an axis will lock to that axis.
///
/// gradient A value between 0.0 and 1.0 (auto-lock for all angles). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetAxisAutoLockGradient(float gradient) { Interop.ScrollView.SetAxisAutoLockGradient(swigCPtr, gradient); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the friction coefficient setting for ScrollView when flicking in free panning mode. /// This is a value in stage-diagonals per second^2, stage-diagonal = Length( stage.width, stage.height ) /// /// Friction coefficient is returned. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetFrictionCoefficient() { float ret = Interop.ScrollView.GetFrictionCoefficient(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the friction coefficient for ScrollView when flicking.
///
/// Friction coefficient must be greater than 0.0 (default = 1.0). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetFrictionCoefficient(float friction) { Interop.ScrollView.SetFrictionCoefficient(swigCPtr, friction); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the flick speed coefficient for ScrollView when flicking in free panning mode.
/// This is a constant which multiplies the input touch flick velocity to determine the actual velocity at which to move the scrolling area. ///
/// The flick speed coefficient is returned. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetFlickSpeedCoefficient() { float ret = Interop.ScrollView.GetFlickSpeedCoefficient(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the flick speed coefficient for ScrollView when flicking in free panning mode.
/// This is a constant which multiplies the input touch flick velocity to determine the actual velocity at /// which to move the scrolling area.
///
/// The flick speed coefficient (default = 1.0). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetFlickSpeedCoefficient(float speed) { Interop.ScrollView.SetFlickSpeedCoefficient(swigCPtr, speed); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the minimum pan distance required for a flick gesture in pixels.
///
/// Minimum pan distance vector with separate x and y distance. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 GetMinimumDistanceForFlick() { Vector2 ret = new Vector2(Interop.ScrollView.GetMinimumDistanceForFlick(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the minimum pan distance required for a flick in pixels.
/// Takes a Vector2 containing separate x and y values. As long as the pan distance exceeds one of these axes, a flick will be allowed. ///
/// The flick speed coefficient (default = 1.0). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetMinimumDistanceForFlick(Vector2 distance) { Interop.ScrollView.SetMinimumDistanceForFlick(swigCPtr, Vector2.getCPtr(distance)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Returns the minimum pan speed required for a flick gesture in pixels per second. /// /// Minimum pan speed. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetMinimumSpeedForFlick() { float ret = Interop.ScrollView.GetMinimumSpeedForFlick(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the minimum pan speed required for a flick in pixels per second.
///
/// The minimum pan speed for a flick. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetMinimumSpeedForFlick(float speed) { Interop.ScrollView.SetMinimumSpeedForFlick(swigCPtr, speed); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the maximum flick speed setting for ScrollView when flicking in free panning mode.
/// This is a value in stage-diagonals per second. ///
/// Maximum flick speed is returned. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public float GetMaxFlickSpeed() { float ret = Interop.ScrollView.GetMaxFlickSpeed(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the maximum flick speed for the ScrollView when flicking in free panning mode.
/// This is a value in stage-diagonals per second. stage-diagonal = Length( stage.width, stage.height ).
///
/// Maximum flick speed (default = 3.0). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetMaxFlickSpeed(float speed) { Interop.ScrollView.SetMaxFlickSpeed(swigCPtr, speed); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Gets the step of scroll distance in actor coordinates for each wheel event received in free panning mode.
///
/// The step of scroll distance(pixel) in X and Y axes. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 GetWheelScrollDistanceStep() { Vector2 ret = new Vector2(Interop.ScrollView.GetWheelScrollDistanceStep(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Sets the step of scroll distance in actor coordinates for each wheel event received in free panning mode.
///
/// step The step of scroll distance(pixel) in X and Y axes. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetWheelScrollDistanceStep(Vector2 step) { Interop.ScrollView.SetWheelScrollDistanceStep(swigCPtr, Vector2.getCPtr(step)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Retrieves current scroll position.
///
/// The current scroll position. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public Vector2 GetCurrentScrollPosition() { Vector2 ret = new Vector2(Interop.ScrollView.GetCurrentScrollPosition(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Retrieves current scroll page based on ScrollView dimensions being the size of one page, and all pages laid out in
/// a grid fashion, increasing from left to right until the end of the X-domain. ///
/// The current scroll position. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public uint GetCurrentPage() { uint ret = Interop.ScrollView.GetCurrentPage(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The position to scroll to. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(Vector2 position) { Interop.ScrollView.ScrollToVector2(swigCPtr, Vector2.getCPtr(position)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The position to scroll to. /// The duration of the animation in seconds. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(Vector2 position, float duration) { Interop.ScrollView.ScrollTo(swigCPtr, Vector2.getCPtr(position), duration); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The position to scroll to. /// The duration of the animation in seconds. /// The alpha function to use. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(Vector2 position, float duration, AlphaFunction alpha) { Interop.ScrollView.ScrollTo(swigCPtr, Vector2.getCPtr(position), duration, AlphaFunction.getCPtr(alpha)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The position to scroll to. /// The duration of the animation in seconds. /// Whether to bias scrolling to left or right. /// Whether to bias scrolling to top or bottom. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(Vector2 position, float duration, DirectionBias horizontalBias, DirectionBias verticalBias) { Interop.ScrollView.ScrollTo(swigCPtr, Vector2.getCPtr(position), duration, (int)horizontalBias, (int)verticalBias); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The position to scroll to. /// The duration of the animation in seconds. /// Alpha function to use. /// Whether to bias scrolling to left or right. /// Whether to bias scrolling to top or bottom. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(Vector2 position, float duration, AlphaFunction alpha, DirectionBias horizontalBias, DirectionBias verticalBias) { Interop.ScrollView.ScrollTo(swigCPtr, Vector2.getCPtr(position), duration, AlphaFunction.getCPtr(alpha), (int)horizontalBias, (int)verticalBias); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The page to scroll to. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(uint page) { Interop.ScrollView.ScrollTo(swigCPtr, page); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The page to scroll to. /// The duration of the animation in seconds. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(uint page, float duration) { Interop.ScrollView.ScrollTo(swigCPtr, page, duration); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The page to scroll to. /// The duration of the animation in seconds. /// Whether to bias scrolling to left or right. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(uint page, float duration, DirectionBias bias) { Interop.ScrollView.ScrollTo(swigCPtr, page, duration, (int)bias); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The view to center in on (via Scrolling). /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(View view) { Interop.ScrollView.ScrollToView(swigCPtr, View.getCPtr(view)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to position specified (contents will scroll to this position). /// /// The view to center in on (via Scrolling). /// The duration of the animation in seconds. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ScrollTo(View view, float duration) { Interop.ScrollView.ScrollToViewDuration(swigCPtr, View.getCPtr(view), duration); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Scrolls View to the nearest snap points as specified by the Rulers.
/// If already at snap points, then will return false, and not scroll.
///
/// True if Snapping necessary. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public bool ScrollToSnapPoint() { bool ret = Interop.ScrollView.ScrollToSnapPoint(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } /// /// Applies Effect to ScrollView. /// /// The effect to apply to scroll view. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void ApplyEffect(ScrollViewEffect effect) { Interop.ScrollView.ApplyEffect(swigCPtr, ScrollViewEffect.getCPtr(effect)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Removes Effect from ScrollView. /// /// The effect to remove. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void RemoveEffect(ScrollViewEffect effect) { Interop.ScrollView.RemoveEffect(swigCPtr, ScrollViewEffect.getCPtr(effect)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Remove All Effects from ScrollView. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void RemoveAllEffects() { Interop.ScrollView.RemoveAllEffects(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Binds view to this ScrollView. /// Once an actor is bound to a ScrollView, it will be subject to that ScrollView's properties. /// /// The view to add to this ScrollView. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void BindView(View child) { Interop.ScrollView.BindActor(swigCPtr, View.getCPtr(child)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Unbinds view to this ScrollView. /// Once an actor is bound to a ScrollView, it will be subject to that ScrollView's properties. /// /// The view to remove to this ScrollView. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void UnbindView(View child) { Interop.ScrollView.UnbindActor(swigCPtr, View.getCPtr(child)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Allows the user to constrain the scroll view in a particular direction. /// /// The axis to constrain the scroll-view to. /// The threshold to apply around the axis. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollingDirection(Radian direction, Radian threshold) { Interop.ScrollView.SetScrollingDirection(swigCPtr, Radian.getCPtr(direction), Radian.getCPtr(threshold)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Allows the user to constrain the scroll view in a particular direction. /// /// The axis to constrain the scroll-view to. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void SetScrollingDirection(Radian direction) { Interop.ScrollView.SetScrollingDirection(swigCPtr, Radian.getCPtr(direction)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Removes a direction constraint from the scroll view. /// /// The axis to constrain the scroll-view to. /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public void RemoveScrollingDirection(Radian direction) { Interop.ScrollView.RemoveScrollingDirection(swigCPtr, Radian.getCPtr(direction)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Set ruler X /// /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API. [EditorBrowsable(EditorBrowsableState.Never)] public void SetRulerX(RulerPtr ruler) { Interop.ScrollView.SetRulerX(swigCPtr, RulerPtr.getCPtr(ruler)); } /// /// Set ruler Y /// /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API. [EditorBrowsable(EditorBrowsableState.Never)] public void SetRulerY(RulerPtr ruler) { Interop.ScrollView.SetRulerY(swigCPtr, RulerPtr.getCPtr(ruler)); } internal void ApplyConstraintToChildren(SWIGTYPE_p_Dali__Constraint constraint) { Interop.ScrollView.ApplyConstraintToChildren(swigCPtr, SWIGTYPE_p_Dali__Constraint.getCPtr(constraint)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// /// Dispose /// /// the dispose type /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] protected override void Dispose(DisposeTypes type) { if (disposed) { return; } //Release your own unmanaged resources here. //You should not access any managed member here except static instance. //because the execution order of Finalizes is non-deterministic. if (this != null && _scrollViewSnapStartedCallbackDelegate != null) { this.SnapStartedSignal().Disconnect(_scrollViewSnapStartedCallbackDelegate); } base.Dispose(type); } /// This will not be public opened. [EditorBrowsable(EditorBrowsableState.Never)] protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr) { Interop.ScrollView.DeleteScrollView(swigCPtr); } /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public new class Property { /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WrapEnabled = Interop.ScrollView.WrapEnabledGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int PanningEnabled = Interop.ScrollView.PanningEnabledGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int AxisAutoLockEnabled = Interop.ScrollView.AxisAutoLockEnabledGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WheelScrollDistanceStep = Interop.ScrollView.WheelScrollDistanceStepGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollMode = Interop.ScrollView.ScrollModeGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPosition = Interop.ScrollView.ScrollPositionGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePosition = Interop.ScrollView.ScrollPrePositionGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionX = Interop.ScrollView.ScrollPrePositionXGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionY = Interop.ScrollView.ScrollPrePositionYGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMax = Interop.ScrollView.ScrollPrePositionMaxGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMaxX = Interop.ScrollView.ScrollPrePositionMaxXGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMaxY = Interop.ScrollView.ScrollPrePositionMaxYGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int OvershootX = Interop.ScrollView.OvershootXGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int OvershootY = Interop.ScrollView.OvershootYGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinal = Interop.ScrollView.ScrollFinalGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinalX = Interop.ScrollView.ScrollFinalXGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinalY = Interop.ScrollView.ScrollFinalYGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WRAP = Interop.ScrollView.WrapGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int PANNING = Interop.ScrollView.PanningGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int SCROLLING = Interop.ScrollView.ScrollingGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSize = Interop.ScrollView.ScrollDomainSizeGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSizeX = Interop.ScrollView.ScrollDomainSizeXGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSizeY = Interop.ScrollView.ScrollDomainSizeYGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainOffset = Interop.ScrollView.ScrollDomainOffsetGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPositionDelta = Interop.ScrollView.ScrollPositionDeltaGet(); /// /// This should be internal, please do not use. /// /// 3 /// This will be deprecated [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")] [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int StartPagePosition = Interop.ScrollView.StartPagePositionGet(); } } }