I have seen a screen shot that shows 2 buttons on the controls vertical split bar. How can I display them so I can easily hide or show the panels?
The OnResizeControl property specifies the actions the control should do when the user resizes the control, moves the vertical or the horizontal splitter. For instance, if the OnResizeControl property is (exResizeChart Or exSplitterShowButtons) the vertical splitter is disabled, so the user can not resize it at runtime, and if the control get resized, the chart area is being resized. The exSplitterShowButtons option specifies that the vertical splitter shows two buttons, left and right. Clicking the left button, makes the chart larger, and if the right button is clicked, the chart area is being hidden, so the items part is larger.
Related Questions
- I accidentally dragged the slider bar on the Calendar Control of a date field, and now it shows a year value about 2 centuries into the future. What should I do?
- I have seen a screen shot that shows 2 buttons on the controls vertical split bar. How can I display them so I can easily hide or show the panels?
- I think I’ve seen that Facebook screen shot on another blog?