How to give vertical scroll bar for combobox.
-
I've added number of days to my comboBox.addItems but how can i give or add vertical scroll bar so that it can easy to scroll for me.
It is almost like this image shown below link please check for it .https://stackoverflow.com/questions/50789605/how-to-add-a-scrollbar-to-a-qcombobox
-
I've added number of days to my comboBox.addItems but how can i give or add vertical scroll bar so that it can easy to scroll for me.
It is almost like this image shown below link please check for it .https://stackoverflow.com/questions/50789605/how-to-add-a-scrollbar-to-a-qcombobox
-
@Vineela said in How to give vertical scroll bar for combobox.:
It is almost like this image shown below link please check for it .
The solution in your link should be correct
-
@VRonin clever one but this was my code when i added that
ui->comboBox_13->view()->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
but it didn't work for me is there anything wrong in that. -
Hi,
Can you show how you populate your combobox ?
-