column_count property
column_count property
Represents the number of columns to display in a ComboBox or ListBox.
Definition:
@property
def column_count(self):
...
@column_count.setter
def column_count(self, value):
...
Represents the number of columns to display in a ComboBox or ListBox.
@property
def column_count(self):
...
@column_count.setter
def column_count(self, value):
...