|
2024‑09‑03
351 views
|
"Hello,I am trying to override the TreeListBoxItemAdapter.OnDragHover function so that I can selectively choose whethe..."
|
|
2024‑08‑21
309 views
|
"Hello,
I've implemented drag and drop functionality by referring to the CustomTreeListBoxItemAdapters in the TreeLi..."
|
|
2024‑07‑29
352 views
|
"public enum ExampleEnum
{
Value1,
Value2,
Value3,
}
public class Source
{
public ExampleEnu..."
|
|
2024‑07‑15
374 views
|
"Hello, how can I use TreeListView to achieve the effect of native DataGrid RowDetails, or which control should I use ..."
|
|
2024‑06‑25
434 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
366 views
|
"Hi,
I try to use the DisplayMemberBinding property from TreeListViewColumn.
If I do this the DataContext and Cont..."
|
|
2024‑06‑25
329 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
370 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
379 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
418 views
|
"Hello,
Is there an example of an implementation of TreeListItemAdapter that does not use binding and does not requi..."
|
|
2024‑06‑11
433 views
|
"Hello,
We are using PropertyGrid as the following.
When change column width smaller, header text will be ommi..."
|
|
2024‑06‑03
440 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
465 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
437 views
|
"Hi!
It is possible to programmatically hide any fields except fields with the list type List<MyItem>
[Rea..."
|
|
2024‑04‑16
436 views
|
"I want to set "IsReadOnly" on default dataTemplate in code.
In my code,
1. first, I make my own "dataTemplate..."
|
|
2024‑04‑12
474 views
|
"Hi!
I have a TreeListBox in where the IsRootItemVisible="False" because I do not need it and also HasTreeLines="Tru..."
|
|
2024‑04‑02
430 views
|
"Hello,
In my PropertyGrid, I want to set "UseDisplayAttributes" to true for all my all my enum editors.
Currently..."
|
|
2024‑03‑14
579 views
|
"Hello,
I am trying to set up a property grid where one my properties is a collection and I would like to use the Ex..."
|
|
2024‑03‑01
468 views
|
"Hello,
I'd like to scroll specific Property Grid Row programmably.
And I found it is possible to do that by ..."
|
|
2024‑02‑28
489 views
|
"Hi there! We have a TreeListBox that has items in it that are editable via a "slow/single tap" in the row. This works..."
|