Namespace EmptyKeys.UserInterface.Controls.Primitives
Classes
DataGridCellsPresenter
Data Grid Cells Presenter - this control contains collection of cells
DataGridColumnHeader
Data Grid Column Header UI control
DataGridColumnHeadersPresenter
Header presenter for Data Grid Column
DragCompletedEventArgs
Arguments for Drag Completed event
DragDeltaEventArgs
Arguments for Drag moving event
DragStartedEventArgs
Arguments for Drag Start event
Popup
Implementation of Popup window control with content
RangeBase
Abstract class implementing basic features of control with a value within a specific range
RepeatButton
Implements a control that is repeating click event when pressed
ScrollBar
Implements a control for scrolling
ScrollEventArgs
Event arguments for scroll event
Selector
Implementation of abstract base features for controls that allows item selection
TabPanel
Implements panel for TabItems of TabControl
TextBoxBase
Implements abstract base features for controls with text input
Thumb
Implements drag-able control
ToggleButton
Implements button with checked state
Track
Implements composite control for Thumb and two Repeat Buttons used for scrolling controls
Interfaces
IScrollInfo
Scroll Info interface with data for scroll support
Enums
PlacementMode
Popup placement mode
ScrollEventType
Scroll Event Types
Delegates
DragCompletedEventHandler
Handler for Thumb Control drag support - End
DragDeltaEventHandler
Handler for Thumb Control drag support - Moving
DragStartedEventHandler
Handler for Thumb Control drag support - Start
ScrollEventHandler
Handler for scroll support