i want to set the min and max size of listview in one of the panel resizable by a splitter. am i able to size like 90% of the available height or width like in html instead of a fixed value?
i want to set the min and max size of listview in one of the panel resizable by a splitter. am i able to size like 90% of the available height or width like in html instead of a fixed value?
thanks.
You can set the anchor properties to the four edges of form.
The other way to do this is to add a handler for the form resize and adjust the element size in that handler.
Comment