<?xml version="1.0" encoding="UTF-8"?>
<!--
   NSTableView.inspector
   InterfaceBuilder

   Created by Kelly Keenan on 11/6/09.
   Copyright 2009-2018 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Content Mode">
            <property type="enumeration" placeholder="Table Style" keyPath="inspectedObjectsController.selection.object.ibInspectedIsInViewBasedMode">
                <option-group>
                    <option title="Cell Based" value="0" />
                    <option title="View Based" value="1" />
                </option-group>
            </property>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsInViewBasedMode">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.floatsGroupRows" title="Floats Group Rows" />
        </sliver>
        <sliver title="Columns">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfTableColumns" minimum="0"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedHasHeaderView" title="Headers" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsColumnReordering" title="Reordering" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsColumnResizing" title="Resizing" />
        </sliver>
        <sliver title="Column Sizing">
            <property type="enumeration" placeholder="Column Autoresizing Style" keyPath="inspectedObjectsController.selection.object.columnAutoresizingStyle">
                <option-group>
                    <option title="None" value="0" />
                    <option title="Uniform" value="1" />
                </option-group>
                <option-group>
                    <option title="Sequential" value="2" />
                    <option title="Reverse Sequential" value="3" />
                </option-group>
                <option-group>
                    <option title="First Column Only" value="5" />
                    <option title="Last Column Only" value="4" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section>
        <sliver title="Style">
            <property type="enumeration" placeholder="Table View Style" keyPath="inspectedObjectsController.selection.object.ibInspectedStyle">
                <option-group>
                    <option title="Automatic" value="0" />
                    <option title="Full Width" value="1" />
                    <option title="Inset" value="2" />
                    <option title="Source List" value="3" />
                </option-group>
                <option-group>
                    <option title="Plain" value="4" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Highlight">
            <property type="enumeration" placeholder="Selection Highlight Style" keyPath="inspectedObjectsController.selection.object.ibInspectedSelectionHighlightStyle">
                <option-group>
                    <option title="None" value="-1" />
                    <option title="Regular" value="0" />
                    <option title="Source List" value="1" />
                </option-group>
            </property>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.usesAlternatingRowBackgroundColors" title="Alternating Rows" />
        </sliver>
        <sliver title="Horizontal Grid">
            <property type="enumeration" placeholder="Grid Style Mask" keyPath="inspectedObjectsController.selection.object.ibInspectedHorizontalGridStyleMask">
                <option-group>
                    <option title="None" value="0" />
                    <option title="Solid" value="2" />
                    <option title="Dashed" value="8" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Vertical Grid">
            <property type="enumeration" placeholder="Grid Style Mask" keyPath="inspectedObjectsController.selection.object.ibInspectedVerticalGridStyleMask">
                <option-group>
                    <option title="None" value="0" />
                    <option title="Solid" value="1" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Grid Color">
            <property type="ib-named-color" defaultColor="NSNamedColorSpace System gridColor"  keyPath="inspectedObjectsController.selection.object.gridColor" />
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color" defaultColor="NSNamedColorSpace System controlBackgroundColor" keyPath="inspectedObjectsController.selection.object.backgroundColor" />
        </sliver>
    </section>
    <section>
        <sliver title="Selection">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsMultipleSelection" title="Multiple" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsEmptySelection" title="Empty" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsColumnSelection" title="Column" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsTypeSelect" title="Type Select" />
        </sliver>
    </section>
    <section>
        <sliver title="Autosave">
            <property type="string" placeholder="Autosave Name" keyPath="inspectedObjectsController.selection.object.autosaveName" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.autosaveTableColumns" title="Column Information" />
        </sliver>
    </section>
</slice>
