Adds a new text button to the collapsible category, like the tool menu in Spawnmenu.
Internal: This is used internally - although you're able to use it you probably shouldn't.
Internal function that handles the open/close animations.
Forces the category to open or collapse
An AccessorFunc that returns the expand/collapse animation time set by DCollapsibleCategory:SetAnimTime.
Deprecated: We advise against using this. It may be changed or removed in a future update.
You should use DCollapsibleCategory:GetPaintBackground instead.
Returns whether or not the panel background is being drawn. Alias of DCollapsibleCategory:GetPaintBackground.
Returns whether the DCollapsibleCategory is expanded or not.
Returns the header height of the DCollapsibleCategory.
See also DCollapsibleCategory:SetHeaderHeight.
If set, the DCategoryList that created this panel.
See also DCollapsibleCategory:SetList.
Deprecated: We advise against using this. It may be changed or removed in a future update.
Doesn't actually do anything.
Returns the number set by DCollapsibleCategory:SetPadding.
An AccessorFunc that returns whether or not the background should be painted.
Deprecated: We advise against using this. It may be changed or removed in a future update.
Returns whatever was set by DCollapsibleCategory:SetStartHeight
Sets the time in seconds it takes to expand the DCollapsibleCategory
Sets the contents of the DCollapsibleCategory.
Deprecated: We advise against using this. It may be changed or removed in a future update.
You should use DCollapsibleCategory:SetPaintBackground instead.
Sets whether or not to draw the panel background. Alias of DCollapsibleCategory:SetPaintBackground.
Sets whether the DCollapsibleCategory is expanded or not upon opening the container.
You should use DCollapsibleCategory:Toggle or DCollapsibleCategory:DoExpansion instead.
Sets the header height of the DCollapsibleCategory.
See also DCollapsibleCategory:GetHeaderHeight.
Sets the name of the DCollapsibleCategory.
Used internally by DCategoryList when it creates a DCollapsibleCategory during DCategoryList:Add.
If set, Panel:UnselectAll will be called on the list, instead of calling it on the category panel itself when a category is clicked.
Deprecated: We advise against using this. It may be changed or removed in a future update.
Doesn't actually do anything.
Sets whether or not the background should be painted.
Deprecated: We advise against using this. It may be changed or removed in a future update.
Does nothing.
Toggles the expanded state of the DCollapsibleCategory.
See DCollapsibleCategory:GetExpanded for a function to retrieve the expanded state.
Internal: This is used internally - although you're able to use it you probably shouldn't.
Used internally to update the "AltLine" property on all "child" panels.