# Adjustable width for DICOM browser columns

**URL:** https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862
**Category:** Support
**Tags:** feature, dicombrowser
**Created:** [March 26, 2020, 7:54pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862 "2020-03-26T19:54:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![fedorov](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fedorov/32/14_2.png) [@fedorov](https://discourse.slicer.org/u/fedorov)
#### Post date: [March 26, 2020, 7:54pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862/1 "2020-03-26T19:54:12Z")

</div>

It appears that only 1 column in the DICOM has resizable width. Can this be fixed? Is this in CTK?

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 26, 2020, 8:18pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862/2 "2020-03-26T20:18:39Z")

</div>

Column width is either adjustable or auto-fit. Column settings (width, default sort option, order, visibility) are all stored in the database itself, so you can modify them with any sqlite editor.

On the video everything works beautifully - all data is visible, column widths are balanced. What would you like to change?

---

<div class="post-metadata">

### Author: ![fedorov](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fedorov/32/14_2.png) [@fedorov](https://discourse.slicer.org/u/fedorov)
#### Post date: [March 26, 2020, 9:39pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862/3 "2020-03-26T21:39:28Z")

</div>

> [@lassoan](#):
>
> Column width is either adjustable or auto-fit. Column settings (width, default sort option, order, visibility) are all stored in the database itself, so you can modify them with any sqlite editor.

Sorry, I don’t understand this. I just want to adjust the column width as a user, using sqlite editor is probably the last thing I want to do.

> [@lassoan](#):
>
> On the video everything works beautifully - all data is visible, column widths are balanced. What would you like to change?

“Date added” column is truncated.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 26, 2020, 9:54pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862/4 "2020-03-26T21:54:27Z")

</div>

The date added column contains date&time and therefore it is quite wide and most often it is only needed for sorting (e.g, most recently added appears at the top). Nevertheless, you can resize it the same way as all the other resizeable columns - by click-and-dragging the right side (see related discussion [here](https://discourse.slicer.org/t/new-dicom-browser-is-ready/8819/7)).

Since this question has come up on this forum the second time, most likely there are 200 other people, who also had trouble with this, just did not report it, so it would be nice to find a solution that would make things more intuitive and not too hard to implement. Do you have any suggestions?

> [@fedorov](#):
>
> I just want to adjust the column width as a user, using sqlite editor is probably the last thing I want to do.

We could expose this feature to the users with a more convenient GUI, but for now you need to use an sqlite editor if you want to customize the database browser columns.

---

<div class="post-metadata">

### Author: ![fedorov](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fedorov/32/14_2.png) [@fedorov](https://discourse.slicer.org/u/fedorov)
#### Post date: [March 26, 2020, 9:58pm UTC](https://discourse.slicer.org/t/adjustable-width-for-dicom-browser-columns/10862/5 "2020-03-26T21:58:06Z")

</div>

> [@lassoan](#):
>
> Nevertheless, you can resize it the same way as all the other resizeable columns - by click-and-dragging the right side (see related discussion [here](https://discourse.slicer.org/t/new-dicom-browser-is-ready/8819/7)).

Wow. I would never ever guess this. Thank you!

[https://www.screencast.com/t/kLEKCvxiIht](https://www.screencast.com/t/kLEKCvxiIht)

> [@lassoan](#):
>
> it would be nice to find a solution that would make things more intuitive and not too hard to implement. Do you have any suggestions?

I guess the obvious and intuitive way to do this by making it possible to drag the left edge of the column is not an option, and I can’t think of any other more intuitive way to do this.
