I am using a custom component which is based on the igx-drop-down. For some reason it creates the button and it will dropdown but it shows a limited amount of items and will not scroll. Any reason for that ?
here is the template code which implements this custom component
This is the output created from the above code
This is the template file of my custom component
Hello,
Thank you for contacting Infragistics Support.
I have been looking into your question and prepared a small sample that you might consider useful. It could be found here. As you can observe, I am using the class ‘‘.drop-down__scroll-container‘‘ to add scroll:
.drop-down__scroll-container {
max-height: 240px;
}
Additionally, if you have a lot of items it would be best to use Virtual Drop Down.
Please have a look at the provided sample and if it is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me for further investigation.
Looking forward to hearing from you.
Regards, Malin HadzhievEntry Level Software DeveloperInfragistics