i am looking for a simple user control with custom properties like as dropdown properties with dynamic data,i know i can use enum definition but this work for constants properties ,for example i have a data with unknown size i like show it like as drop down properties in user control properties.
for example i want like this :
dim s() as string
.
.
.
.
and then i fill this s array and then show it in drop down page properties.
size of this array is not constant so i cant use enums variables how can design it?
for example i want like this :
dim s() as string
.
.
.
.
and then i fill this s array and then show it in drop down page properties.
size of this array is not constant so i cant use enums variables how can design it?