Hi,
I'm trying to simulate having an application that just runs from the system tray icon.
I can get the NotifyIcon to appear but if i set the main window to hidden it disappears, which makes sense as its part of that main window.
Is there any way to have the NotifyIcon visible but have the window it is part of hidden?
Cheers,
Steve.
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem){ if (cell.Content != null && cell.DataContext == dataItem) { return (FrameworkElement)cell.Content; } return base.CreateCellElement(cell, dataItem);}for Hi Team,
I have the following queries.
1. How to show the gridlines in the GanttView. (see the attached screenshot)
2. How to hide the border line between 2 columns. (see the attached screenshot)
3. How to reduce the MajorTickLine width. I have tried the below.
Here we are showing Days, week, month wise details.
Working Criteria:
Days - 45 to 79
Week - 80 to 120
If the range of days increased more than 79, it will automatically display the week.
Not working while adjusting the range (customized range) for days and week.
Please help us to sort it out.
Thanks,
Sabari.
I want to set the focus on an embedded textbox in a GridViewDataColumn
I tried on the AddingNewDataItem event the following with no success:
var grid = e.OwnerGridViewItemsControl;
grid.CurrentColumn = grid.Columns[1];
I've tried sending keys on the RowEditEnded event. Nothing works.

Hi,
I was combine shapes in code. And combined shape add to toolbox.
But Drag to diagram. then, Not Available.
I want to draw custom shape. And Save to Xml.
Thanks.
is there anyone that had experienced this? I recently updated our 2014 controls to 2021 controls.
Although I haven’t experienced it myself, our customers are experiencing an odd issue when they type with the rad rich box text editor
The app simply freezes. Our editor does extend the base radrichtextbox control and has its own style so perhaps there is some property that behaves differently now?
Paul
Hi,
Is there a quickest way to hide center connectors of shapes? Because sometimes when you'd like to drag a shape and it ends up creating a self-connected connection. That might be annoying to the end users.
Thanks!

I would like to know what's the equivalent of `OnSourceInitialized` for the `RadWindow`?
My need is to disable the WPF hardware acceleration for the windowbecause of some calls to python with CUDA
causing WPF thread rendering issue.
How does one disable hardware acceleration in wpf? - Stack Overflow
Thank you,
Amaury

I'm trying to create a chart series with a gradient fill but for some reason the serie isn't showing on the sceen.
When i use a solidcolorbrush i have no issues but with the LinearGradientBrush it's not working.
The LinearGradientBrush is created correctly so i seems so kind of display issue?
What do i need to do to make this work? Is there any example i can check to see how this should work?