Quantcast
Channel: Developer Express Inc.
Viewing all articles
Browse latest Browse all 2370

WPF Tips & Tricks (May – June 2021)

$
0
0

If you have any questions regarding this month’s WPF Tips & Tricks blog post, please comment below or submit a support ticket via the DevExpress Support Center. We’ll be happy to follow up.

WPF-Related Tips

Interesting WPF-Related Support Tickets

WPF Data Grid

  • Define ToolTip for TreeListView node images (T994154)
  • Allow editing of the HyperlinkEdit column in GridControl (T1009670)
  • Prevent the creation of certain columns when AutoGenerateColumns is enabled (T998481)
  • TreeViewControl - How to manually set focus on the Filter Node (T999090)

WPF Editors

Charts & Map control

  • Crosshair Cursor - How to hide items with zero values (T1007946)
  • How to hide the SidePoint label using a binding expression (T1011714)
  • How to change the custom element template font size depending on the map zoom level (T992742)
  • How to generate MapCustomElements with ListSourceDataAdapter (T991982)

Miscellaneous

  • How to display the Properties Panel when DiagramControl is used instead of DiagramDesignerControl (T1011018)
  • Reorder default BarButtonItems from the tabbed DocumentPanel Context Menu (T997150)
  • Define TileNavPane’s dropdown Height (T996936)

    To specify dropdown height, declare the TileNavPaneBar implicit style:

    <Style TargetType="dxnavi:TileNavPaneBar" 
           xmlns:dxnavi=http://schemas.devexpress.com/winfx/2008/xaml/navigation/internal>
        <Setter Property="Height" Value="70" />
    </Style>
  • ThemedMessageBox – Highlight the Default and Cancel buttons (T998835)
  • Assign Tooltips for Property Grid Control category buttons (T1006676)
  • RadialContextMenu - How to return to the collapsed view after a BarButtonItem is clicked (T1006593)
  • Scheduler - How to change the appointment subject’s alignment (T1008842)

WPF Documentation and Examples

Before we let you go…

Our online help system includes a feedback form (pictured below). If you encounter a help topic that fails to address your questions, please tell us how we can improve the topic or how we can extend its content to better serve your needs.

The Feedback dialog - Step 1The Feedback dialog - Step 2

Viewing all articles
Browse latest Browse all 2370

Trending Articles