xtratreelist

DevExpress TreeList not displaying child nodes and displaying as root nodes instead

主宰稳场 提交于 2019-12-12 02:48:38
问题 I have a TreeList reading from a List(Of LedgerAccountEntry)() . Public Class LedgerAccountEntry Public Property LedgerAccountSys() As Integer Public ParentLedgerAccountSys As Integer ' ' ' ETC End Class In form load: tlLedgerAccounts.ParentFieldName = "ParentLedgerAccountSys" tlLedgerAccounts.KeyFieldName = "LedgerAccountSys" tlLedgerAccounts.RootValue = -1 Later on: While bla entry.LedgerAccountSys = rstAccounts("LedgerAccountSys").Value entry.ParentLedgerAccountSys = IIf(rstAccounts(

Devexpress Xtratreelist - Problem with focusing node that is invisible

走远了吗. 提交于 2019-12-11 04:45:57
问题 I have devexpress xtralist on window form. Now when that tree becomes full that is some nodes are not visible there on tree. And if we scroll manually then that invisible nodes will be visible, but problem is if we press down arrow key one by one and reaches to last visible node in the tree and then again press down arrow key and reaches to the node which is not visible then reaching to that node the application goes to crash. And there is an error that index is out of bound array. And if we