self:GetParent():UpdateSetEnabled(self:GetChecked())
self:GetParent():UpdateSetName(self:GetText())
if not self.initialized then
UIDropDownMenu_Initialize(self.DropDown, nil, "MENU")
self.initialized = true
end
HybridScrollFrame_OnMouseWheel(self, delta, stepSize)
if self:GetScrollChild().currentDrag ~= nil then
self:GetScrollChild().currentDrag = nil -- Cancel dragging on scroll
end