Version

CardViewSettings Class Properties

For a list of all members of this type, see CardViewSettings members.

Public Properties
 NameDescription
Public PropertyAllowCardHeightResizingReturns/sets whether the end user can resize Card Heights by selecting the bottom edge of card and dragging.  
Public PropertyAllowCardWidthResizingReturns/sets whether the end user can resize Card widths by selecting the right edge of card and dragging.  
Public PropertyAllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyAutoFitCardsReturns/sets whether Card widths/heights are automatically increased to use up all available horizontal/vertical space.  
Public PropertyBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCardHeightReturns/sets the Height of each Card.  
Public PropertyCardWidthReturns/sets the Width of each Card.  
Public PropertyCollapseCardButtonVisibilityReturns/sets whether a button is displayed in the Card header which can be clicked by the end user to collapse a Card so it shows its header only.  
Public PropertyCollapseEmptyCellsButtonVisibilityReturns/sets whether a button is displayed in the Card header which can be clicked by the end user to collapse cells that contain empty values (e.g. empty string/null for string, null for nullable types, and 0 for numeric types).  
Public PropertyCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCursorGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDataContextGets or sets the data context for an element when it participates in data binding. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFocusableGets or sets a value that indicates whether the element can receive focus. (Inherited from System.Windows.ContentElement)
Public PropertyFocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyForceCursorGets or sets a value indicating whether this System.Windows.FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's System.Windows.FrameworkContentElement.Cursor property. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyHasAnimatedPropertiesGets a value that indicates whether this element has any animated properties. (Inherited from System.Windows.ContentElement)
Public PropertyHeaderPathReturns/sets a string that represents the Path to a value on the source object that should be displayed as a Card header.  
Public PropertyHeaderVisibilityReturns/sets the Visibility of the Card header.  
Public PropertyInputBindingsGets the collection of input bindings that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyInputScopeGets or sets the context for input used by this System.Windows.FrameworkContentElement. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyInterCardSpacingXReturns/sets the horizontal spacing between each Card.  
Public PropertyInterCardSpacingYReturns/sets the vertical spacing between each Card.  
Public PropertyIsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI). (Inherited from System.Windows.ContentElement)
Public PropertyIsFocusedGets a value that determines whether this element has logical focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its System.Windows.FrameworkContentElement.EndInit method called. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements. (Inherited from System.Windows.ContentElement)
Public PropertyIsLoadedGets a value indicating whether this element has been loaded for presentation. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsMouseCapturedGets a value that indicates whether the mouse is captured by this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). (Inherited from System.Windows.ContentElement)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsStylusCapturedGets a value that indicates whether the stylus is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements). (Inherited from System.Windows.ContentElement)
Public PropertyLanguageGets or sets localization/globalization language information that applies to an individual element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyMaxCardColsReturns/sets the maximum number of columns of Cards that should be displayed. A value of zero forces CardView to display as many columns as space will allow.  
Public PropertyMaxCardRowsReturns/sets the maximum number of rows of Cards that should be displayed. A value of zero forces CardView to display as many rows as space will allow.  
Public PropertyNameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyOrientationReturns/sets whether Cards are arranged horizontally (left-to-right top-to-bottom) or vertically (top-to-bottom left-to-right).  
Public PropertyOverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyPaddingReturns/sets the padding between the outermost cards and the bounds of the control.  
Public PropertyParentGets the parent in the logical tree for this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyRepositionAnimationReturns/sets a DoubleAnimationBase derived instance that should be used when animating Cards to new layout positions.  
Public Propertystatic (Shared in Visual Basic)RepositionAnimationPropertyIdentifies the RepositionAnimation dependency property  
Public PropertyResourcesGets or sets the current locally-defined resource dictionary. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyShouldAnimateCardPositioningReturns/sets whether Cards should be animated into their new positions when the CardView is scrolled.  
Public PropertyShouldCollapseCardsReturns/sets whether Cards should be collapsed.  
Public PropertyShouldCollapseEmptyCellsReturns/sets whether cells whose value is determined to be empty (e.g. empty string/null for string, null for nullable types, and 0 for numeric types) will be collapsed and not displayed within the record.  
Public PropertyStyleGets or sets the style to be used by this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTouchesCapturedGets all touch devices that are captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesDirectlyOverGets all touch devices that are over this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Protected Properties
 NameDescription
Protected Internal PropertyDefaultStyleKeyGets or sets the key to use to find the style template for this control in themes. (Inherited from System.Windows.FrameworkContentElement)
Protected PropertyIsEnabledCoreGets a value that becomes the return value of System.Windows.ContentElement.IsEnabled in derived classes. (Inherited from System.Windows.ContentElement)
Protected Internal PropertyLogicalChildrenGets an enumerator for the logical child elements of this element. (Inherited from System.Windows.FrameworkContentElement)
See Also