mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-21 05:45:44 +08:00
(NOT READY) Update release
This commit is contained in:
+2
-2
@@ -10037,14 +10037,14 @@ ListViewColumns
|
||||
|
||||
void ListViewColumns::AfterInsert(vint index, const Ptr<ListViewColumn>& value)
|
||||
{
|
||||
ItemsBase<Ptr<ListViewColumn>>::AfterInsert(index, value);
|
||||
collections::ObservableListBase<Ptr<ListViewColumn>>::AfterInsert(index, value);
|
||||
value->owner = this;
|
||||
}
|
||||
|
||||
void ListViewColumns::BeforeRemove(vint index, const Ptr<ListViewColumn>& value)
|
||||
{
|
||||
value->owner = 0;
|
||||
ItemsBase<Ptr<ListViewColumn>>::BeforeRemove(index, value);
|
||||
collections::ObservableListBase<Ptr<ListViewColumn>>::BeforeRemove(index, value);
|
||||
}
|
||||
|
||||
void ListViewColumns::NotifyUpdateInternal(vint start, vint count, vint newCount)
|
||||
|
||||
Reference in New Issue
Block a user