|
2024‑11‑11
384 views
|
"Hello
I am using the WPF PrpertyGrid control and I am unable to make enum properties to work as expected.
In my i..."
|
|
2024‑11‑01
423 views
|
"I'm using Actipro's ThemedDataGrid, which inherits from WPF's DataGrid. I'm encountering an issue where a row is adde..."
|
|
2018‑05‑27
2,027 views
|
"Hi,
I'm using a simple string filter on TreeListBox which is bound to a textbox. On filtering items the selected it..."
|
|
2024‑10‑23
416 views
|
"Hello,
I'm facing an issue with updating values for certain property types in a PropertyGrid. I use a PropertyGrid ..."
|
|
2024‑10‑11
384 views
|
"Hello,
I followed the PropertyGridDynamicProperties sample for my application, and it works as I want, except for I..."
|
|
2024‑09‑03
567 views
|
"I have a property grid on my view model (XAML below.) I have the DataObject property bound to a an object on my view..."
|
|
2024‑09‑03
510 views
|
"Hello,I am trying to override the TreeListBoxItemAdapter.OnDragHover function so that I can selectively choose whethe..."
|
|
2024‑08‑21
433 views
|
"Hello,
I've implemented drag and drop functionality by referring to the CustomTreeListBoxItemAdapters in the TreeLi..."
|
|
2024‑07‑29
482 views
|
"public enum ExampleEnum
{
Value1,
Value2,
Value3,
}
public class Source
{
public ExampleEnu..."
|
|
2024‑07‑15
533 views
|
"Hello, how can I use TreeListView to achieve the effect of native DataGrid RowDetails, or which control should I use ..."
|
|
2024‑06‑25
569 views
|
"Hi, I can't get item editing working in my TreeListView.
I'm using an ItemAdapter without a RootItem Binding, i.e. ..."
|
|
2024‑06‑25
463 views
|
"Hi,
I try to use the DisplayMemberBinding property from TreeListViewColumn.
If I do this the DataContext and Cont..."
|
|
2024‑06‑25
439 views
|
"Hi,
If in an TreeList a column is frozen and the TreeLine is switched on the TreeLineDecorator moves with the scrol..."
|
|
2024‑06‑25
468 views
|
"Hi,
I use the WPF TreeTable with a frozen column.
The values of this column are realy long an can reach a conside..."
|
|
2024‑06‑14
488 views
|
"Hi!
Im wondering if there is any way to get the currently visible list of items when using a DataFilter on a TreeLi..."
|
|
2024‑06‑12
522 views
|
"Hello,
Is there an example of an implementation of TreeListItemAdapter that does not use binding and does not requi..."
|
|
2024‑06‑11
579 views
|
"Hello,
We are using PropertyGrid as the following.
When change column width smaller, header text will be ommi..."
|
|
2024‑06‑03
557 views
|
"I am using Actipro grids for a WPF application and data is not showing up on the grids. Grid properties are not shown..."
|
|
2024‑04‑29
575 views
|
"Hi,
I used TreeListView to display the data, used DataFilter to filter some of the data, and then added the filtere..."
|
|
2024‑04‑25
541 views
|
"Hi!
It is possible to programmatically hide any fields except fields with the list type List<MyItem>
[Rea..."
|