You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Allow Time Strip label column width and swimlane heights to be set by the user.
Describe the solution you'd like
Include a UI control when editing a Time Strip that lets the user set desired width of the label column and height of each swimlane. The example below shows a possible design solution utilizing draggable edge controls, similar to how Flexible Layout editing works.
Digging into this a bit, I recommend the following:
We should convert the TS layout approach to use a single grid at the highest level, on c-timeline-holder.
We should consider storing all user-set widths and heights as percentages instead of pixels. This would allow a pivot into flex-height Time Strips, which would be advantageous. We could still do fixed-height TS's (if desired) by simply setting an explicit height on the overall c-timeline-holder container. Flex-height TS's might require the user to be able to set a minimum px height on each swimlane though.
Is your feature request related to a problem? Please describe.
Allow Time Strip label column width and swimlane heights to be set by the user.
Describe the solution you'd like
Include a UI control when editing a Time Strip that lets the user set desired width of the label column and height of each swimlane. The example below shows a possible design solution utilizing draggable edge controls, similar to how Flexible Layout editing works.
This is needed for Events and Commands in Time Strips enhancement.
The text was updated successfully, but these errors were encountered: