Is there no way to hide a separator button in Server-Side code?
TBarButton has a visible property.
Does TBSeparator have any way to hide the separator other than removing it completely?
Default width is 8px
I think I just figured it out!
If you set Width="0px", it will be hidden. You can set it back to Width="" to see it again.
Hope that helps someone else.
I want to know this, also. I think TBSeparator should at least have a Visible property. Can anyone help us with this?
I have the same question. Is there a solution or work arround to hide TBSeparator?