Does anyone know if it’s possible to resize the height in a Weblistbox?
As shown in the following images:
(From)
(To)
Does anyone know if it’s possible to resize the height in a Weblistbox?
As shown in the following images:
(From)
(To)
Has anyone on the forum had a chance to find a solution?
Any idea is ok.
I’m starting to learn Bootstrap. So I can do all of this by coding. Even add some effects for WebTextBox.
Try:
<style>
tr {height: 75px;}
</style>
But the problem is that the framework calculates the complete area with the default height, so you (most likely) will find scroll errors in some situations.