Hi, I have a WPF ListBox control. It can have a long list of items.
When i am working with the normal screen resolution i.e 1024 * 768, it shows the listbox with scrollbar properly, if I mention the MinHeight and MaxHeight for the listbox.
and when I switch to another resolution, which is 1280 * 1024, ideally, the listbox should fit to the screen resolution. but, it is not happening. Due to the height, which i had mentioned, it remains the same, leaving a lot of a empty space down, which obviously does not look good.
and I need a scrollbar for normal 1024*768 resolution, so i must put MinHeight and MaxHeight.
Is there any solution, to view the extended ListBox which occupies the space properly for higher resolutions?
Thanks