Radical Documentation
Primary version
View on GitHub
Search
⌃K
Links
Primary version
Home
Presentation
AbstractViewModel
Conventions
Commands and DelegateCommand
IViewResolver
Message broker MVVM built-in messages
Application boot process
AbstractMementoViewModel
Validation and Validation Services
Resources
UI Composition
UI Composition
Concepts
Inversion of Control
Entities
Messaging and Message Broker
Observers
Memento
Change Tracking Service
Behaviors
DataGrid Behaviors
Password
Generic routed event handler to command behavior
Overlay adorner
TextBox behaviors:
Markup Extensions
Editor binding
Auto Command binding
How to
Get the view of a given view model
Bi-directional communication between different windows/views
Handle the busy status during async/long running operations
Implement a customer improvement program
Manage focus
Create a splash screen
Access view model after view is closed
Intercept ViewModels before they are used
Upgrade guides
Radical Presentation 1.x to Radical 2.x for .NET Core
Radical 2.0.0 to Radical 2.1.0
Powered By GitBook

DataGrid Behaviors

With this attached property you can stretch the last column of the WPF DataGrid to fill all the available space.
We can use the following syntax:
<DataGrid behaviors:DataGridBehavior.LastColumnFill="True" ... />
the attached property is defined in the http://schemas.radicalframework.com/windows/behaviors xml namespace.
Previous
Property State
Next - Behaviors
Password
Last modified 1yr ago
Copy link